Commit Graph

58 Commits

Author SHA1 Message Date
Frédéric Péters fe718e1159 python3: use importlib.import_module to import backends 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 fe53eb36df introduce a new "WAITING" status and use it for ogone (#19358) 2017-10-11 10:15:08 +02:00
Serghei Mihai 14f3ad8389 make unicode all API input params (#13624) 2016-10-20 15:58:18 +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
Serghei Mihai e1b419b2d6 add TIPI in payment backends (#10902) 2016-05-12 10:50:11 +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
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 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 768545df13 eopayment: make all response() methods accept **kwargs (#7496) 2015-07-16 14:19:28 +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 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 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 e0b789fb3c Use doctests as parts of tests, fix some of them 2015-03-05 16:23:50 +01:00
Thomas NOËL 1ed33d046c add eopayment.TIPI 2014-03-26 16:19:02 +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 a4b47d91f4 Merge branch 'master' of git://github.com/strycore/eopayment
Conflicts:
	eopayment/systempayv2.py
2013-03-29 18:45:36 +01:00
Benjamin Dauvergne 5ce6dc0f84 bump version to 0.0.19 2012-11-23 09:48:11 +01:00
Benjamin Dauvergne 52a439aa0b bump version to 0.0.18 2012-10-05 16:10:54 +02:00
Benjamin Dauvergne 882bba7d25 bump version to 0.0.17 2012-10-05 10:48:24 +02:00
Benjamin Dauvergne b229f91ce1 bump version to 0.0.16 2012-10-03 17:54:44 +02:00
Benjamin Dauvergne fb1d82eedb bump version to 0.0.15 2012-10-03 17:34:02 +02:00
Benjamin Dauvergne 8c63a9b060 bump version to 0.0.14 2012-10-03 17:31:25 +02:00
Benjamin Dauvergne 368b20f4a5 bump version to 0.0.13 2012-10-03 17:30:52 +02:00
Benjamin Dauvergne 3689d539d0 add more parameters to request() 2012-10-03 17:30:13 +02:00
Mathieu Comandon 03c078e8c7 __init__.py pep8 compliance 2012-06-13 13:45:46 +02:00
Benjamin Dauvergne eda8cacdae bumper version to 0.0.12 2012-05-29 16:56:17 +02:00
Benjamin Dauvergne ba9a1ae48f bump version to 0.0.11 2012-05-29 14:52:32 +02:00
Benjamin Dauvergne 96d0aafd97 does not pass the logger parameter anymore to .response() and .request() 2012-05-29 14:46:26 +02:00
Benjamin Dauvergne 526f9a0b5c remove systempayv1 module, bump version 2012-02-21 18:01:36 +01:00
Benjamin Dauvergne bb225cdbd3 bump version 2012-02-20 21:07:49 +01: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 f4afd4df4b Fix typo in dummy backend, and bump version to 0.0.8 2012-02-20 09:54:06 +01:00
Benjamin Dauvergne 59eb08bb15 bump version 2012-02-17 18:47:22 +01:00
Benjamin Dauvergne 51dfb06283 bump version 2012-02-17 18:43:04 +01:00
Benjamin Dauvergne 3680599c86 bump version 2012-02-17 18:31:42 +01:00
Benjamin Dauvergne b819e98fa0 bump version 2012-02-17 17:51:23 +01:00
Benjamin Dauvergne d06d23ee3d bump version to v0.0.3 2012-01-30 15:50:47 +01:00
Benjamin Dauvergne 37919f2a40 update setup.py licence -> license 2012-01-30 12:06:19 +01:00