An error occurred fetching the project authors.
- 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 8 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
-
Łukasz Nowak authored
And so depends on erp5_tiosafe_core Business Template.
-
- 05 Oct, 2011 2 commits
-
-
Łukasz Nowak authored
Those are all found properties which seems to be "static" for one payment service. Follows: * http://www.payzen.eu/integration/document/2.2Guide_d_implementation_formulaire_paiement_V2-1-ENG-Payzen.pdf * http://www.payzen.eu/integration/document/Guide_technique_d_implementation_standardWebservices_Payzen_ENG.pdf * http://www.payzen.eu/integration/document/2.2_Guide_d_implementation_formulaire_Paiement_V2_Parametrage_Avance_Payzen_ENG.pdf
-
Łukasz Nowak authored
In case of reused properties use their original name. In case of payzen properties, use thier full name with payzen_ prefix.
-
- 04 Oct, 2011 1 commit
-
-
Łukasz Nowak authored
-