Commit Graph

341 Commits

Author SHA1 Message Date
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
Benjamin Dauvergne 391ea3bd45 Merge remote branch 'origin/debian' 2011-05-02 11:03:19 +02:00
Frédéric Péters db688993b0 debian packaging 2011-05-02 09:57:11 +02:00
Frédéric Péters fc668ed629 debian packaging 2011-05-02 09:57:11 +02:00
Frédéric Péters 1054057916 import distutils.core 2011-05-02 09:56:29 +02:00
Frédéric Péters 36889dd7ad Pass next_url to backend 2011-04-30 23:04:24 +02:00
Benjamin Dauvergne d016fab950 fix get_backend use of __import__ 2011-04-30 22:30:32 +02:00
Benjamin Dauvergne 41d42df25a make get_backend a simple function, add missing export declarations 2011-04-30 22:12:39 +02:00
Benjamin Dauvergne 95cca9cc15 add .gitignore 2011-04-30 19:06:21 +02:00
Benjamin Dauvergne 154f69033a Add a dummy payment backend 2011-04-30 19:05:36 +02:00
Benjamin Dauvergne bd74fedb02 Add a self description attribute to payment backend
Add first example to spplus backend.
2011-04-30 19:04:50 +02:00
Benjamin Dauvergne 00651ed00f add a setup file
add version declaration to module
2011-04-29 18:03:22 +02:00
Benjamin Dauvergne 5af4679368 Ensure transaction id unicity, add logging to spplus 2011-04-26 12:41:19 +02:00
Benjamin Dauvergne 7b899eea74 First commit 2011-04-22 17:25:15 +02:00