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
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 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.
-
- 07 Nov, 2011 1 commit
-
-
Łukasz Nowak authored
-
- 26 Oct, 2011 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
datetime.datetime is required, not Zope-ish DateTime. there is no conversion in dict anymore.
-
Łukasz Nowak authored
-
- 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 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Add portal_secure_payments if not exists.
-
Łukasz Nowak authored
Cover basic _getSignature cases.
-
Ł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 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Also document method a bit.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 10 Oct, 2011 3 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
How data will be corelated with service shall be implemented on caller level. Thanks to this no additional requirements are added.
-
Ł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
-