Commit Graph

18 Commits

Author SHA1 Message Date
Benjamin Dauvergne a244c4fec1 vads_cust_name can contain spaces, its type is "ans" no "an" 2012-10-05 16:08:27 +02:00
Benjamin Dauvergne 1da33a4d00 systempayv2: the date must be in the UTC zone 2012-10-05 10:47:59 +02:00
Benjamin Dauvergne 29c8cf03c7 add more parameters to request() 2012-10-03 17:30:13 +02:00
Benjamin Dauvergne 6352e7afff augment the number of arguments accepted by the request method 2012-09-24 15:43:55 +02:00
Benjamin Dauvergne 277e53d7c4 systempayv2: does not use syntax from python 2.7 2012-06-01 16:45:16 +02:00
Benjamin Dauvergne 1c3d1e3a62 systempayv2: amount unit is cents 2012-05-29 17:43:51 +02:00
Benjamin Dauvergne 3b6da13deb properly initialize PaymentResponse.result attribute 2012-05-29 16:55:55 +02:00
Benjamin Dauvergne 72ee3ea663 systempayv2: finish response handling, fix signature checking for responses 2012-05-29 14:50:23 +02:00
Benjamin Dauvergne 311b71e4e6 systempayv2: improve parameter descriptions 2012-05-29 14:49:26 +02:00
Benjamin Dauvergne b8c6cff7bb systempayv2: raise it to the level of the spplus backend
- create description,
- add descriptions to certain parameters,
- add more logs,
- add vads_order_info* parameters,
- add vads_payment_cards parameter
- set GET as the default return mode,
- fix return value of Payment.request.
2012-05-25 15:42:04 +02:00
Benjamin Dauvergne e9e0d19730 allow to specify the logger to user #2 2012-02-20 17:32:44 +01:00
Benjamin Dauvergne 315297d29f allow to specify the logger to user 2012-02-20 17:14:30 +01:00
Benjamin Dauvergne f0c3442560 Mutualize the response code from french credit card processor 2012-02-17 18:11:34 +01:00
Benjamin Dauvergne 8dee7ee341 Add a new PaymentResponse to abstract the return value of the response method 2012-02-17 17:49:51 +01:00
Benjamin Dauvergne a8f3dc7222 copy the bank authorisation number into a common variable name
Each API has a way of transmitting the authorisation number, we copy to
a common name when handling response messages.
2012-01-30 17:47:47 +01:00
Benjamin Dauvergne 9f72272089 Add default parameter to descriptions
The __init__ method for spplus and dummy backends were moved to
PaymentCommon. The same thing will happen to systempayv2 and sips
backends.
2011-05-27 15:55:26 +02:00
Benjamin Dauvergne 5af4679368 Ensure transaction id unicity, add logging to spplus 2011-04-26 12:41:19 +02:00
Benjamin Dauvergne 7b899eea74 First commit 2011-04-22 17:25:15 +02:00