Commit Graph

142 Commits

Author SHA1 Message Date
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 1872b62589 lost part of b69cefbfa8 (#9998) 2016-02-16 19:13:27 +01:00
Benjamin Dauvergne 18ce89571b systempayv2: extract tests from module 2016-02-16 18:26:20 +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
Benjamin Dauvergne 6990c40857 remove __version__ 2015-11-30 13:21:48 +01:00
Benjamin Dauvergne 8c0def0c29 implement payzen backend by inheriting systempayv2 (fixes #8854) 2015-11-19 10:47:22 +01:00
Benjamin Dauvergne 9cc7479088 fix tests 2015-10-06 21:52:43 +02:00
Benjamin Dauvergne 51970afe48 paybox: remove ERRORCODETEST 2015-09-21 17:43:30 +02:00
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 17d5aa1e79 ogone: remove unused parameter 2015-07-22 00:02:30 +02:00
Benjamin Dauvergne 5a29a4c4ca paybox: make the callback a parameter of the backend not of the request() method 2015-07-17 10:07:54 +02:00
Benjamin Dauvergne 7f18a88b4d eopayment: finish paybox backend (fixes #7496)
- add error codes reference
- add paybox RSA public key
- add RSA signature verification
- add test and production URLs
- implement the Payment class
2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 55a4f119d6 eopayment: fix Payment.request() docstring (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 0562850ac3 common: add a __repr__ implementation to PaymentResponse (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 768545df13 eopayment: make all response() methods accept **kwargs (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 110445b739 common: pep8ness (#7496) 2015-07-16 14:14:30 +02:00
Benjamin Dauvergne 630c0567a2 common: improve Form (#7496)
- produce valid XHTML
- allow customizing the submit button
- escape values using cgi.escape() not urllib.quote
2015-07-16 14:14:21 +02:00
Benjamin Dauvergne 5301cae89b Start implementing paybox (#7496) 2015-06-08 16:26:29 +02:00
Frédéric Péters ee846bd5ed fix CANCELLED constant name, keep typo for backward compatibility (#7006) 2015-04-21 16:38:30 +02:00
Benjamin Dauvergne 02bf620f94 Add test vector for systempayv2 to validate the signature algorithm 2015-03-31 14:18:35 +02:00
Benjamin Dauvergne f846e702eb Remove dictionnary comprehensions to be compatible with Python 2.6 2015-03-09 09:53:47 +01:00
Benjamin Dauvergne 16d4ddbb05 Add get_backends() function (#6434) 2015-03-05 19:13:59 +01:00
Benjamin Dauvergne f51d828e26 Import more symbols into eopayment 2015-03-05 17:08:31 +01:00
Benjamin Dauvergne 111a62b835 Add new backend for Ogone 2015-03-05 16:25:54 +01:00
Benjamin Dauvergne 1f2b66eb82 Add a new request method, FORM 2015-03-05 16:25:53 +01:00
Benjamin Dauvergne 1defd73f9b Remove default logger on payment methods, build it based on the real class module 2015-03-05 16:25:53 +01:00
Benjamin Dauvergne 84587beaac Fix SPPlus request method 2015-03-05 16:23:51 +01:00
Benjamin Dauvergne e0b789fb3c Use doctests as parts of tests, fix some of them 2015-03-05 16:23:50 +01:00
Thomas NOËL db67c3887d add response.test flag
on tipi, spplus and systempayv2 only.
2014-03-30 19:27:48 +02:00
Thomas NOËL 1ed33d046c add eopayment.TIPI 2014-03-26 16:19:02 +01:00
Thomas NOËL 5802d2d412 tipi: don't modify anything in test mode 2014-03-25 10:20:08 +01:00
Serghei Mihai 7c0807b9d9 test updated 2014-03-19 14:29:37 +01:00
Thomas NOËL 291b2f318f fix tipi "test" 2014-03-19 12:41:39 +01:00
Thomas NOËL 82b6171242 normalize tipi.request (email) 2014-03-19 12:35:06 +01:00
Serghei Mihai 7b32edf7cb tipi response params check fixes 2014-03-11 17:24:07 +01:00
Serghei Mihai 378398c66c fix TIPI requests 2014-03-06 16:58:53 +01:00
Serghei Mihai fff1c0ceff Revert "name of email parameter uniformized"
This reverts commit 40750239c5.
2014-03-06 15:21:28 +01:00
Serghei Mihai 32a8599cea name of email parameter uniformized 2014-03-06 14:30:52 +01:00
raphigaziano 95abe9aa42 store binpath on init and use this copy later on 2013-12-12 12:05:56 +01:00
Benjamin Dauvergne 35ec4728f1 bump release to 0.0.22 2013-12-11 11:01:55 +01:00
Benjamin Dauvergne d2e123975b bump version to 0.0.20 2013-05-15 15:20:44 +02:00
Benjamin Dauvergne 58c25c7441 dummy: only keep useful variable in the generated URL not all the locals 2013-05-15 15:19:46 +02:00