[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
This commit is contained in:
Nicolas Martinelli 2016-05-27 12:11:41 +02:00
parent 2164383fe4
commit ff38b370a1
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class PaymentAcquirerOgone(osv.Model):
'NCERRORED', 'NCERRORED',
'ORDERID', 'ORDERID',
'PAYID', 'PAYID',
'PAYIDSUB',
'PM', 'PM',
'SCO_CATEGORY', 'SCO_CATEGORY',
'SCORING', 'SCORING',