odoo/addons/payment_adyen
Denis Ledoux 338df8f492 [FIX] payment_adyen: pspReference is not mandatory
Indeed, when canceling a transaction, pspReference
is not passed.

In such a case, the arg authResult is set to
`CANCELLED`, and in such a case, we should
just bypass the form_feedback, as done in
the payment_paypal module.

opw-634210
2015-04-30 14:26:34 +02:00
..
controllers [FIX] payment_adyen: pspReference is not mandatory 2015-04-30 14:26:34 +02:00
data [FIX] payment_*: typo, cliking -> clicking 2014-11-12 10:31:29 +01:00
i18n [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
models [FIX] payment_adyen: update keys used to generate the merchant 2015-03-11 09:59:47 +01:00
static
tests [FIX] remove deprecated checks/fast_suite test attributes from standard modules 2015-01-15 14:31:40 +01:00
views [IMP] payment addons: fixed submit buttons: now have type=submit (and not image or nothing) and removed name, because this may cause issues when trying to submit a form manually with type=submit and a name. Also improved js code in website_sale to correctly handle the click binding, the asynchronous call to the server to create the transaction, and then submit the form. As form submission is synchronous in javascript, we cannot use the deferred. Instead we prevent the click event from bubbling, wait for the server to create the transaction, adn then manually submit the form. 2014-05-27 11:35:32 +02:00
__init__.py
__openerp__.py [FIX] payment_*: fixed openerp.py file 2014-01-22 19:42:56 +01:00