Commit Graph

27 Commits

Author SHA1 Message Date
Benjamin Dauvergne de767e7022 eopayment: send request using a form and the POST method (fixes #6425)
also normalize all parameters to unicode.
2015-07-22 00:39:25 +02:00
Benjamin Dauvergne 91847deeb6 systempayv2: pep8ness 2015-07-22 00:28:39 +02:00
Benjamin Dauvergne 768545df13 eopayment: make all response() methods accept **kwargs (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 02bf620f94 Add test vector for systempayv2 to validate the signature algorithm 2015-03-31 14:18:35 +02:00
Thomas NOËL db67c3887d add response.test flag
on tipi, spplus and systempayv2 only.
2014-03-30 19:27:48 +02:00
Benjamin Dauvergne a4b47d91f4 Merge branch 'master' of git://github.com/strycore/eopayment
Conflicts:
	eopayment/systempayv2.py
2013-03-29 18:45:36 +01:00
Benjamin Dauvergne 3a1b3f651f systempayv2: do not try to validate email fields, we suppose the caller knows better 2012-11-23 09:46:50 +01:00
Benjamin Dauvergne 98ed00315a remove unused import 2012-10-10 14:56:46 +02:00
Benjamin Dauvergne 7813a109c7 vads_cust_name can contain spaces, its type is "ans" no "an" 2012-10-05 16:08:27 +02:00
Benjamin Dauvergne 5b1ba343eb systempayv2: the date must be in the UTC zone 2012-10-05 10:47:59 +02:00
Benjamin Dauvergne 3689d539d0 add more parameters to request() 2012-10-03 17:30:13 +02:00
Benjamin Dauvergne 1002b95117 augment the number of arguments accepted by the request method 2012-09-24 15:43:55 +02:00
Mathieu Comandon d3e3d43bec pep8 on systempay 2012-07-10 18:04:22 +02:00
Benjamin Dauvergne 9db43f448c systempayv2: does not use syntax from python 2.7 2012-06-01 16:45:16 +02:00
Benjamin Dauvergne 34408e855f systempayv2: amount unit is cents 2012-05-29 17:43:51 +02:00
Benjamin Dauvergne b3254d60f4 properly initialize PaymentResponse.result attribute 2012-05-29 16:55:55 +02:00
Benjamin Dauvergne 17171f56ac systempayv2: finish response handling, fix signature checking for responses 2012-05-29 14:50:23 +02:00
Benjamin Dauvergne 0b114b0cb9 systempayv2: improve parameter descriptions 2012-05-29 14:49:26 +02:00
Benjamin Dauvergne 91489ed11b 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