An error occurred fetching the project authors.
- 20 Dec, 2012 1 commit
-
-
Romain Courteaud authored
Calling an external python will prevent calling navigate from a python script with a proxy role.
-
- 30 Aug, 2012 1 commit
-
-
Łukasz Nowak authored
-
- 19 Apr, 2012 1 commit
-
-
Łukasz Nowak authored
PayZen interface expectes all dates in UTC, but suds library is not configurable. So force UTC usage while importing and using suds, so no date mangling will happen.
-
- 25 Oct, 2011 2 commits
-
-
Łukasz Nowak authored
In case of navigate the caller is responsible for providing date as text string.
-
Łukasz Nowak authored
suds library understands datetime.datetime objects, so do *NOT* convert them to strings.
-
- 24 Oct, 2011 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Have only one method for signature calculation and a bit of data modification: _getSignature Use method introspection to manipulate fields, fallback to strings later. Accept DateTime objects for dates. Implement soap_duplicate.
-
- 21 Oct, 2011 7 commits
-
-
Łukasz Nowak authored
Really never raise (trust no one). Always return excepted values in order to not trick caller.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Non transmitted values shall result in ++ Empty (evaluated to None) values shall result in ++
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Caller might try to log the transmission XMLs and raising would result in aborted transaction.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 13 Oct, 2011 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 12 Oct, 2011 1 commit
-
-
Łukasz Nowak authored
Dates in signature have to be in %Y%m%d format. Note: Signatures still do not match.
-
- 11 Oct, 2011 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Also document method a bit.
-
Łukasz Nowak authored
-
- 10 Oct, 2011 2 commits
-
-
Łukasz Nowak authored
Instead of doing analysis of passed dict, just accept payzen_dict, which will be blindly applied. Split to more methods, in order to have proper separation and being able to test critical parts.
-
Łukasz Nowak authored
Allow to pass page_template which will be run in context of temporary object with all required parameters. Delegate responsiblity of dynamic data preparation to caller, check only service consistency.
-
- 06 Oct, 2011 7 commits
-
-
Łukasz Nowak authored
This reverts commit a91456c9. Conflicts: bt5/erp5_payzen_secure_payment/bt/revision
-
Łukasz Nowak authored
This reverts commit e5b9bfac.
-
Łukasz Nowak authored
This reverts commit e1356f85.
-
Łukasz Nowak authored
It is required to give maximum extensibility to web site developer of payzen based shop.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 04 Oct, 2011 1 commit
-
-
Łukasz Nowak authored
This is ERP5SecurePayment service which aims to provide payzen.eu integration following ERP5SecurePayment interface.
-