Skip to content

Commit 2335cfb

Browse files
pacotoleddiazpinto
authored andcommitted
[FIX] Added 'merchant_cof_txnid' to MERCHANT_PARAMETERS_MAP
1 parent 9dc5983 commit 2335cfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redsys/response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
CARD_COUNTRY = 'Ds_Card_Country'
1616
CARD_TYPE = 'Ds_Card_Type'
1717
CARD_BRAND = 'Ds_Card_Brand'
18+
MERCHANT_COF_TXNID = 'Ds_Merchant_Cof_Txnid'
1819
SECURE_PAYMENT = 'Ds_SecurePayment'
1920
AUTHORIZATION_CODE = 'Ds_AuthorisationCode'
2021
ERROR_CODE = 'Ds_ErrorCode'
@@ -75,6 +76,7 @@
7576
'card_country': CARD_COUNTRY,
7677
'card_type': CARD_TYPE,
7778
'card_brand': CARD_BRAND,
79+
'merchant_cof_txnid': MERCHANT_COF_TXNID,
7880
'secure_payment': SECURE_PAYMENT,
7981
'authorization_code': AUTHORIZATION_CODE,
8082
'error_code': ERROR_CODE,

0 commit comments

Comments
 (0)