We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc5983 commit 2335cfbCopy full SHA for 2335cfb
redsys/response.py
@@ -15,6 +15,7 @@
15
CARD_COUNTRY = 'Ds_Card_Country'
16
CARD_TYPE = 'Ds_Card_Type'
17
CARD_BRAND = 'Ds_Card_Brand'
18
+MERCHANT_COF_TXNID = 'Ds_Merchant_Cof_Txnid'
19
SECURE_PAYMENT = 'Ds_SecurePayment'
20
AUTHORIZATION_CODE = 'Ds_AuthorisationCode'
21
ERROR_CODE = 'Ds_ErrorCode'
@@ -75,6 +76,7 @@
75
76
'card_country': CARD_COUNTRY,
77
'card_type': CARD_TYPE,
78
'card_brand': CARD_BRAND,
79
+ 'merchant_cof_txnid': MERCHANT_COF_TXNID,
80
'secure_payment': SECURE_PAYMENT,
81
'authorization_code': AUTHORIZATION_CODE,
82
'error_code': ERROR_CODE,
0 commit comments