odoo/addons/payment_acquirer/data
Thibault Delavallée 7fe8885216 [ADD] payment_acquirer: first implementation of paypal and ogone acquirers.
paypal: only form is currently implemented. Method name and call order will change.
However the basic mechanism is impelmented. IPN is implemented (paypal contact us
back after the transaction with transaction details).

ogone: form and server2server are implemented. Method names and call order will
change. Based on chs / dle / ... implementation for ogone server2server.

basic addition of tests, still wip.

This commit is not a clean commit but a WIP commit. Please excuse me
but it's time to commit.

bzr revid: tde@openerp.com-20131107172236-chmg198305crgrud
2013-11-07 18:22:36 +01:00
..
__init__.py [ADD] payment_acquirer: first implementation of paypal and ogone acquirers. 2013-11-07 18:22:36 +01:00
ogone.py [ADD] payment_acquirer: first implementation of paypal and ogone acquirers. 2013-11-07 18:22:36 +01:00
ogone.xml [ADD] payment_acquirer: first implementation of paypal and ogone acquirers. 2013-11-07 18:22:36 +01:00
payment_acquirer_data.xml [IMP] payment_acquirer: continuing base model. 2013-11-07 18:15:58 +01:00
paypal.xml [ADD] payment_acquirer: first implementation of paypal and ogone acquirers. 2013-11-07 18:22:36 +01:00