Commit Graph

263 Commits

Author SHA1 Message Date
Benjamin Dauvergne 5e255c599e update .gitignore 2012-05-24 16:02:41 +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 71d8ea32c2 [spplus] fix logging statement 2012-02-20 21:02:49 +01:00
Benjamin Dauvergne c1369bdab3 [spplus] fix signature checking for callback requests 2012-02-20 21:01:44 +01:00
Benjamin Dauvergne 9490f71d01 fix typo in spplus 2012-02-20 19:44:30 +01:00
Benjamin Dauvergne 9290931626 better return transaction state 2012-02-20 19:07:55 +01:00
Benjamin Dauvergne 6e649aeb52 in spplus, parameters are string not integers !! 2012-02-20 17:53:48 +01:00
Benjamin Dauvergne b335207433 add __repr__ method to PaymentResponse 2012-02-20 17:48:27 +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 fdf06922bc in spplus, flatten parsed response query string before using it 2012-02-20 16:48:44 +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 b0deff2994 fix typo for the string type 2012-02-17 18:46:55 +01:00
Benjamin Dauvergne 51dfb06283 bump version 2012-02-17 18:43:04 +01:00
Benjamin Dauvergne 0037b6ccb7 add missing caption for an option of the dummy backend 2012-02-17 18:42:41 +01:00
Benjamin Dauvergne 3680599c86 bump version 2012-02-17 18:31:42 +01:00
Benjamin Dauvergne 17ddbd8e7c in the spplus backend, create the response's bank_status using the response code translation table recently added 2012-02-17 18:17:56 +01:00
Benjamin Dauvergne 48b91c5ee1 add response code translation table to the spplus backend 2012-02-17 18:14:07 +01:00
Benjamin Dauvergne 61efa74383 Improve semantic around signed_result in dummy and spplus backends 2012-02-17 18:11:58 +01:00
Benjamin Dauvergne f0c3442560 Mutualize the response code from french credit card processor 2012-02-17 18:11:34 +01:00
Benjamin Dauvergne b819e98fa0 bump version 2012-02-17 17:51:23 +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 e9e3f0cc63 Add a common response object for all payment modules 2012-02-17 16:30:01 +01:00
Benjamin Dauvergne 4f0def0fd3 add unit tests for spplus module 2012-01-31 10:59:26 +01:00
Benjamin Dauvergne 40a4e5ffa1 Do not load the eopayment to read the version, do it textually using regular expressions 2012-01-31 10:59:10 +01:00
Benjamin Dauvergne d4d1e7610f add new debian changelog entry 2012-01-30 19:50:42 +01:00
Benjamin Dauvergne 2ef49e94bd add changelog entry for debian 2012-01-30 19:31:35 +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 ebabb949e3 add missing dependency on python-crypto to debian/control 2012-01-30 16:10:54 +01:00
Benjamin Dauvergne ae3eaac6d8 improve debian/ directory using stdeb default debianization as example 2012-01-30 16:07:28 +01:00
Benjamin Dauvergne d06d23ee3d bump version to v0.0.3 2012-01-30 15:50:47 +01:00
Benjamin Dauvergne dfa6ce2894 update debianization 2012-01-30 15:50:11 +01:00
Benjamin Dauvergne e5d240bbfd declare pycrypto dependency, add long description 2012-01-30 15:50:11 +01:00
Benjamin Dauvergne 37919f2a40 update setup.py licence -> license 2012-01-30 12:06:19 +01:00
Benjamin Dauvergne f19c7a0fba prepare first upload to pypi 2012-01-04 12:31:57 +01:00
Benjamin Dauvergne 9cd7f653be [spplus] add two more parameters: modalite and moyen 2011-12-12 17:51:09 +01:00
Benjamin Dauvergne 569be0db19 [common] fix handling of default parameter values 2011-12-12 17:50:52 +01:00
Benjamin Dauvergne e37c0a1f9c [spplus] fix last state check 2011-12-12 17:34:31 +01:00
Benjamin Dauvergne 4b8d021f22 [spplus] the digest must use uppercases hexadecimal digits 2011-12-12 17:24:12 +01:00
Benjamin Dauvergne 107bd14b1b [spplus] use the hmac computation method which always works 2011-12-12 17:19:07 +01:00
Benjamin Dauvergne d21df94b11 [spplus] add way to test from command line 2011-12-12 17:19:07 +01:00
Benjamin Dauvergne 9f72272089 Add default parameter to descriptions
The __init__ method for spplus and dummy backends were moved to
PaymentCommon. The same thing will happen to systempayv2 and sips
backends.
2011-05-27 15:55:26 +02:00
Benjamin Dauvergne b1c6775fa2 [dummy] add next_url options to force the next_url parameter of .request (bis) 2011-05-05 16:45:13 +02:00
Benjamin Dauvergne 7b9667a99b [dummy] add next_url options to force the next_url parameter of .request 2011-05-05 16:43:09 +02:00
Benjamin Dauvergne cd5d45b6af [test] make test for sips independant of the cwd 2011-05-05 15:56:57 +02:00
Benjamin Dauvergne c652009e76 Add parameter to the dummy payment protocol to pass a human description of the requesting service 2011-05-05 15:51:20 +02:00
Frédéric Péters 3671bed93c package with the fix 2011-05-02 11:19:47 +02:00
Frédéric Péters e935580835 remove level parameter from __import__ call, it was only introduced in 2.6 2011-05-02 11:14:09 +02:00