Commit Graph

26 Commits

Author SHA1 Message Date
Frédéric Péters f99d6eeb91 sips2: adapt for python3 2018-07-25 10:22:22 +02:00
Frédéric Péters 79735f6418 python3: use items instead of iteritems 2018-07-25 10:14:25 +02:00
Frédéric Péters 8e74d949b5 python3: use six to get urlparse/urllib modules 2018-07-25 10:14:25 +02:00
Frédéric Péters 019188f70e python3: use relative import 2018-07-25 10:13:27 +02:00
Frédéric Péters 79ac559a86 sips2: extend transaction reference to 10 characters (#21331) 2018-01-22 14:41:59 +01:00
Frédéric Péters e8d556e5b2 sips2: set statementReference with custom info or order id (#14454) 2016-12-29 09:57:29 +01:00
Frédéric Péters 6ebbb5aa9d sips2: add new payment_means option (ex: VISA,MASTERCARD) (#14160) 2016-11-29 19:45:22 +01:00
Frédéric Péters 4205f7a3fb sips2: don't include first/last name in request (#14024)
Unicode is in fact *not* supported by the backend.
2016-11-20 16:52:22 +01:00
Serghei Mihai 8320be27dd sips2: pass user's first and last names in allowed attributes (#12447) 2016-09-12 16:34:14 +02:00
Serghei Mihai b8e60c72d2 systempayv2, sips2: update fields for passing user full name (#12447)
Log input params at backends initialization.
2016-09-12 14:09:12 +02:00
Frédéric Péters ef64632a7e add support for sips2 cancel/validate cash management operations (#12761) 2016-07-27 13:10:57 +02:00
Frédéric Péters 9ee9fe567c sips2: add capture_day parameter (#11579) 2016-06-24 14:19:41 +02:00
Frédéric Péters 1455f6476a sips2: add support for captureMode option (#10953) 2016-05-17 11:02:24 +02:00
Frédéric Péters cc7894d003 sips2: allow for values with = in them (#10952) 2016-05-17 10:47:21 +02:00
Frédéric Péters 30a7736e46 sips2: fix name of merchantId (#10758) 2016-04-28 18:57:21 +02:00
Frédéric Péters 60a71c626e general: check responses for required attributes as 1st processing step (#9729) 2016-03-09 22:31:40 +01:00
Frédéric Péters a7dcc7a5e5 general: give same signature to all Payment object constructors (#10030) 2016-02-18 16:29:01 +01:00
Frédéric Péters 3b3f63907d sips2: fix seal check (#10008) 2016-02-16 22:08:01 +01:00
Frédéric Péters f6820c86a6 sips2: pass correct URL as normalReturnUrl 2016-02-16 20:09:37 +01:00
Frédéric Péters bf66a023d1 sips2: fix name of automaticResponseUrl field 2016-02-16 19:57:36 +01:00
Frédéric Péters 7d8b62631c sips2: fix typo in variable name 2016-02-16 19:53:54 +01:00
Frédéric Péters b69cefbfa8 standardise normal_return_url and automatic_return_url options (#9998) 2016-02-16 18:20:48 +01:00
Serghei Mihai 8cd625e465 pass order id to all backends (#9941) 2016-02-16 15:56:56 +01:00
Benjamin Dauvergne b7b5a87700 sips2: fix docstring 2016-02-09 10:56:08 +01:00
Benjamin Dauvergne 9ae1c6d603 sips2; fix parameter name for email (fixes #9909) 2016-02-08 16:44:09 +01:00
Benjamin Dauvergne 1d659b1b21 add sips2 backend (#9824)
It implements the interface version 2.3 of SIPS.
2016-02-01 18:40:45 +01:00