odoo/addons/payment_acquirer_adyen
Thibault Delavallée f6e83a5474 [FIX] payment_acquirer_adyen: fixed return controller, that can be contacted using a GET method
bzr revid: tde@openerp.com-20131224102536-0olgbqwkqo4t5o0c
2013-12-24 11:25:36 +01:00
..
controllers [FIX] payment_acquirer_adyen: fixed return controller, that can be contacted using a GET method 2013-12-24 11:25:36 +01:00
data [CLEAN] payment_acquirer and acquirer implementation: cleaned code, removing duplicate code for managing transaction and partner values. Also removed dependency towards requests library. Updated acquirers data, not in no update. 2013-12-03 15:25:01 +01:00
doc [ADD] payment_acquirer_adyen: Adyen payment acquirer 2013-12-02 16:03:42 +01:00
models [FIX] [IMP] adyen: fixed controller (contacted with a GET request); added some data verification when processing the data coming back from adyen 2013-12-04 18:00:24 +01:00
static [IMP] acquirers: added support of context-based submit button customize + transaction url. Also removed all fields holding transaction URLS; calling a method should be sufficient. Also standardized acquirer buttons. 2013-12-04 14:05:05 +01:00
tests [CLEAN] payment_acquirer and acquirer implementation: cleaned code, removing duplicate code for managing transaction and partner values. Also removed dependency towards requests library. Updated acquirers data, not in no update. 2013-12-03 15:25:01 +01:00
views [FIX] adyen: fixed form view of tx, forgot to remove a deleted field from the view 2013-12-04 17:05:43 +01:00
__init__.py [ADD] payment_acquirer_adyen: Adyen payment acquirer 2013-12-02 16:03:42 +01:00
__openerp__.py [ADD] payment_acquirer_adyen: Adyen payment acquirer 2013-12-02 16:03:42 +01:00