-
- Downloads
[FIX] payment_stripe_sca: faulty fix
Commit 83bb8224 introduced some fixes to make a few test of the normal stripe module work, but unfortunately introduced a bug in the process. The reference we want to find the transaction is *not* contained in the metadata dict but indeed in the reference param of the whole response dict. Unfortunately, even the fallback of the get call did not work - the metadata dict is still there, we just don't use it anymore... opw-2080651 closes odoo/odoo#38989 Signed-off-by:Damien Bouvy (dbo) <dbo@odoo.com>
Please register or sign in to comment