Commit Graph

306 Commits

Author SHA1 Message Date
Benjamin Dauvergne 376372e360 setup.py: use README.txt for the long description 2015-07-17 10:57:09 +02:00
Benjamin Dauvergne e74b8626a1 distribute request & response 2015-07-17 10:52:51 +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 581e74f142 jenkins.sh: fix reference to authentic2 2015-07-16 14:32:42 +02:00
Benjamin Dauvergne b831732b60 chmod +x jenkins.sh 2015-07-16 14:31:41 +02:00
Benjamin Dauvergne 96f987ecb3 add continuous integration scripts 2015-07-16 14:28:39 +02:00
Benjamin Dauvergne 68ddd8c456 tests: add test on paybox backend (#7496) 2015-07-16 14:19:28 +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 f68292849f gitignore update (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 5a7b3b82a2 Update README.txt with new backends (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne d2704c4929 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 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 5aa3b1e963 Fix dependencies declaration 2015-07-15 14:50:37 +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 1e1aa12286 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 f2767636f4 Remove existing debian tree 2015-04-02 19:31:46 +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 50ea904458 debian: new packaging for debian squeeze, copied from python-entrouvert 2013-10-07 15:17:13 +02:00
Benjamin Dauvergne 4eab72398a setup.py: remove tests from installed packages 2013-10-07 15:09:11 +02:00
Benjamin Dauvergne f49cadf409 setup.py: update get_version 2013-05-15 15:34:40 +02: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
Benjamin Dauvergne b16f409d1d common: store unused logger parameter 2013-05-15 15:19:18 +02:00
Benjamin Dauvergne e8bd772b8c setup.py: import get_version function from python-entrouvert setup.py 2013-05-15 15:18:35 +02:00
Benjamin Dauvergne a51c563a30 chmod +x setup.py 2013-04-12 18:03:05 +02:00