Commit Graph

38 Commits

Author SHA1 Message Date
Frédéric Péters 9e1ead2e7c spplus: 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 f21d662912 python3: use string.ascii_letters 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 fbf3ebf34d python3: use print() for compatibility 2018-07-25 10:13:27 +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 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 1872b62589 lost part of b69cefbfa8 (#9998) 2016-02-16 19:13:27 +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 768545df13 eopayment: make all response() methods accept **kwargs (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 84587beaac Fix SPPlus request method 2015-03-05 16:23:51 +01: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 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
Benjamin Dauvergne 4f76e78eca change format of description records 2012-05-25 15:41:00 +02:00
Benjamin Dauvergne 71d8ea32c2 [spplus] fix logging statement 2012-02-20 21:02:49 +01:00
Benjamin Dauvergne c1369bdab3 [spplus] fix signature checking for callback requests 2012-02-20 21:01:44 +01:00
Benjamin Dauvergne 9490f71d01 fix typo in spplus 2012-02-20 19:44:30 +01:00
Benjamin Dauvergne 9290931626 better return transaction state 2012-02-20 19:07:55 +01:00
Benjamin Dauvergne 6e649aeb52 in spplus, parameters are string not integers !! 2012-02-20 17:53:48 +01:00
Benjamin Dauvergne 315297d29f allow to specify the logger to user 2012-02-20 17:14:30 +01:00
Benjamin Dauvergne fdf06922bc in spplus, flatten parsed response query string before using it 2012-02-20 16:48:44 +01:00
Benjamin Dauvergne 17ddbd8e7c in the spplus backend, create the response's bank_status using the response code translation table recently added 2012-02-17 18:17:56 +01:00
Benjamin Dauvergne 48b91c5ee1 add response code translation table to the spplus backend 2012-02-17 18:14:07 +01:00
Benjamin Dauvergne 61efa74383 Improve semantic around signed_result in dummy and spplus backends 2012-02-17 18:11:58 +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 4f0def0fd3 add unit tests for spplus module 2012-01-31 10:59:26 +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 9cd7f653be [spplus] add two more parameters: modalite and moyen 2011-12-12 17:51:09 +01:00
Benjamin Dauvergne e37c0a1f9c [spplus] fix last state check 2011-12-12 17:34:31 +01:00
Benjamin Dauvergne 4b8d021f22 [spplus] the digest must use uppercases hexadecimal digits 2011-12-12 17:24:12 +01:00
Benjamin Dauvergne 107bd14b1b [spplus] use the hmac computation method which always works 2011-12-12 17:19:07 +01:00
Benjamin Dauvergne d21df94b11 [spplus] add way to test from command line 2011-12-12 17:19:07 +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 bd74fedb02 Add a self description attribute to payment backend
Add first example to spplus backend.
2011-04-30 19:04:50 +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