Commit Graph

156 Commits

Author SHA1 Message Date
Benjamin Dauvergne 7b20cf5add setup.py: use README.txt for the long description 2015-07-17 10:57:09 +02:00
Benjamin Dauvergne 0db06d4dfc distribute request & response 2015-07-17 10:52:51 +02:00
Benjamin Dauvergne 67951f27ec paybox: make the callback a parameter of the backend not of the request() method 2015-07-17 10:07:54 +02:00
Benjamin Dauvergne a5b78ccbb2 jenkins.sh: fix reference to authentic2 2015-07-16 14:32:42 +02:00
Benjamin Dauvergne f7ab5ce3a7 chmod +x jenkins.sh 2015-07-16 14:31:41 +02:00
Benjamin Dauvergne 920e1c6312 add continuous integration scripts 2015-07-16 14:28:39 +02:00
Benjamin Dauvergne d36905cb98 tests: add test on paybox backend (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 7f88c8a7e3 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 1a321c15fb eopayment: fix Payment.request() docstring (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne bf78870c79 common: add a __repr__ implementation to PaymentResponse (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 6688276135 eopayment: make all response() methods accept **kwargs (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne a28701f144 gitignore update (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 214663f317 Update README.txt with new backends (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 81a9ec615d setup.py: use setuptools, modify get_version() (#7496)
get_version() depends only on git now.
2015-07-16 14:19:28 +02:00
Benjamin Dauvergne d8366c8455 common: pep8ness (#7496) 2015-07-16 14:14:30 +02:00
Benjamin Dauvergne e19263bd06 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 7625e5b2d1 Fix dependencies declaration 2015-07-15 14:50:37 +02:00
Benjamin Dauvergne 288f129bdd Start implementing paybox (#7496) 2015-06-08 16:26:29 +02:00
Frédéric Péters 7b072663d2 fix CANCELLED constant name, keep typo for backward compatibility (#7006) 2015-04-21 16:38:30 +02:00
Benjamin Dauvergne 0dc834b0d5 Add 'debian/' from commit '50ea90445844f6d1e4180dad992e31be997a5463'
git-subtree-dir: debian
git-subtree-mainline: d1b8e44dae
git-subtree-split: 50ea904458
2015-04-02 19:32:22 +02:00
Benjamin Dauvergne d1b8e44dae Remove existing debian tree 2015-04-02 19:31:46 +02:00
Benjamin Dauvergne bd4d3cd786 Add test vector for systempayv2 to validate the signature algorithm 2015-03-31 14:18:35 +02:00
Benjamin Dauvergne 66b6b2e809 Remove dictionnary comprehensions to be compatible with Python 2.6 2015-03-09 09:53:47 +01:00
Benjamin Dauvergne 6801e39387 Add get_backends() function (#6434) 2015-03-05 19:13:59 +01:00
Benjamin Dauvergne 3390f2a270 Import more symbols into eopayment 2015-03-05 17:08:31 +01:00
Benjamin Dauvergne f2b8cf6335 Add new backend for Ogone 2015-03-05 16:25:54 +01:00
Benjamin Dauvergne 043f017716 Add a new request method, FORM 2015-03-05 16:25:53 +01:00
Benjamin Dauvergne 6aa1c2d59a Remove default logger on payment methods, build it based on the real class module 2015-03-05 16:25:53 +01:00
Benjamin Dauvergne 98a37a9492 Fix SPPlus request method 2015-03-05 16:23:51 +01:00
Benjamin Dauvergne 7b47b9d771 Use doctests as parts of tests, fix some of them 2015-03-05 16:23:50 +01:00
Thomas NOËL cda5477a59 add response.test flag
on tipi, spplus and systempayv2 only.
2014-03-30 19:27:48 +02:00
Thomas NOËL 5d9c60b9e1 add eopayment.TIPI 2014-03-26 16:19:02 +01:00
Thomas NOËL 1e57770a6f tipi: don't modify anything in test mode 2014-03-25 10:20:08 +01:00
Serghei Mihai 67b6bb2e9c test updated 2014-03-19 14:29:37 +01:00
Thomas NOËL 11262badb0 fix tipi "test" 2014-03-19 12:41:39 +01:00
Thomas NOËL b670074f3c normalize tipi.request (email) 2014-03-19 12:35:06 +01:00
Serghei Mihai c6b06b495f tipi response params check fixes 2014-03-11 17:24:07 +01:00
Serghei Mihai fb51332ee3 fix TIPI requests 2014-03-06 16:58:53 +01:00
Serghei Mihai 55158bc522 Revert "name of email parameter uniformized"
This reverts commit 40750239c5.
2014-03-06 15:21:28 +01:00
Serghei Mihai 40750239c5 name of email parameter uniformized 2014-03-06 14:30:52 +01:00
raphigaziano ef65a604f7 store binpath on init and use this copy later on 2013-12-12 12:05:56 +01:00
Benjamin Dauvergne 1645205966 bump release to 0.0.22 2013-12-11 11:01:55 +01:00
Benjamin Dauvergne 50ea904458 debian: new packaging for debian squeeze, copied from python-entrouvert 2013-10-07 15:17:13 +02:00
Benjamin Dauvergne edf7064335 setup.py: remove tests from installed packages 2013-10-07 15:09:11 +02:00
Benjamin Dauvergne 4d3e995e09 setup.py: update get_version 2013-05-15 15:34:40 +02:00
Benjamin Dauvergne 5a9eb7fa97 bump version to 0.0.20 2013-05-15 15:20:44 +02:00
Benjamin Dauvergne 935c5d9367 dummy: only keep useful variable in the generated URL not all the locals 2013-05-15 15:19:46 +02:00
Benjamin Dauvergne 1bdb3a8c88 common: store unused logger parameter 2013-05-15 15:19:18 +02:00
Benjamin Dauvergne 0020cb511a setup.py: import get_version function from python-entrouvert setup.py 2013-05-15 15:18:35 +02:00
Benjamin Dauvergne 236753e8b3 chmod +x setup.py 2013-04-12 18:03:05 +02:00