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 2335cfb commit 8285d97Copy full SHA for 8285d97
redsys/response.py
@@ -19,6 +19,7 @@
19
SECURE_PAYMENT = 'Ds_SecurePayment'
20
AUTHORIZATION_CODE = 'Ds_AuthorisationCode'
21
ERROR_CODE = 'Ds_ErrorCode'
22
+PROCESSED_PAY_METHOD = 'Ds_ProcessedPayMethod'
23
24
RESPONSE_MAP = {
25
'0000': 'Transacción autorizada para pagos y preautorizaciones',
@@ -80,6 +81,7 @@
80
81
'secure_payment': SECURE_PAYMENT,
82
'authorization_code': AUTHORIZATION_CODE,
83
'error_code': ERROR_CODE,
84
+ 'processed_pay_method': PROCESSED_PAY_METHOD
85
}
86
87
0 commit comments