From ff38b370a1e95defc67952d44b0ed09da8e56fba Mon Sep 17 00:00:00 2001 From: Nicolas Martinelli Date: Fri, 27 May 2016 12:11:41 +0200 Subject: [PATCH] [FIX] payment_ogone: missing key The key 'PAYIDSUB' should be added in the list of SHA-OUT keys., otherwise the signature is wrong. opw-678718 --- addons/payment_ogone/models/ogone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/payment_ogone/models/ogone.py b/addons/payment_ogone/models/ogone.py index cb10cf30e3d..de6d29a4b51 100644 --- a/addons/payment_ogone/models/ogone.py +++ b/addons/payment_ogone/models/ogone.py @@ -121,6 +121,7 @@ class PaymentAcquirerOgone(osv.Model): 'NCERRORED', 'ORDERID', 'PAYID', + 'PAYIDSUB', 'PM', 'SCO_CATEGORY', 'SCORING',