Commit Graph

29 Commits

Author SHA1 Message Date
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 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 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
raphigaziano 95abe9aa42 store binpath on init and use this copy later on 2013-12-12 12:05:56 +01: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 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 ea0ad0e19e catch invalid response and show detailled error message 2012-07-04 18:10:54 +02:00
Mathieu Comandon d23266b1ac fixed calls to request script 2012-06-13 15:13:47 +02:00
Mathieu Comandon 21706146c0 Amount not passed as integer in params 2012-06-13 14:38:52 +02:00
Mathieu Comandon 6f8f252162 Be less greedy while removing leading and trailing '!' 2012-06-13 14:33:02 +02:00
Mathieu Comandon 1f45f18a3f fix: request returns 5 elements instead of 3 2012-06-13 14:14:52 +02:00
Mathieu Comandon a434625335 sips.py pep8 compliance 2012-06-13 13:40:48 +02:00
Mathieu Comandon e86119927c fix: PaymentResponse arguments does not match signature 2012-06-13 13:36:03 +02:00
Mathieu Comandon 18ff6b861f fix: DATA query passed as array in the response 2012-06-13 13:31:10 +02:00
Benjamin Dauvergne e8e31d6f4d add backend parameters description to the sips backend 2012-05-29 16:55:55 +02:00
Benjamin Dauvergne 33dea87796 sips: remove logger parameter for .request() 2012-05-29 14:52:32 +02:00
Benjamin Dauvergne 8436f14d1e sips: fix Payment.response, use self.looger instead of global logger 2012-05-25 15:41:58 +02: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 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