Skip to content

Commit 8285d97

Browse files
adhmn4ddiazpinto
authored andcommitted
Add processed_pay_method to response parameters
1 parent 2335cfb commit 8285d97

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
@@ -19,6 +19,7 @@
1919
SECURE_PAYMENT = 'Ds_SecurePayment'
2020
AUTHORIZATION_CODE = 'Ds_AuthorisationCode'
2121
ERROR_CODE = 'Ds_ErrorCode'
22+
PROCESSED_PAY_METHOD = 'Ds_ProcessedPayMethod'
2223

2324
RESPONSE_MAP = {
2425
'0000': 'Transacción autorizada para pagos y preautorizaciones',
@@ -80,6 +81,7 @@
8081
'secure_payment': SECURE_PAYMENT,
8182
'authorization_code': AUTHORIZATION_CODE,
8283
'error_code': ERROR_CODE,
84+
'processed_pay_method': PROCESSED_PAY_METHOD
8385
}
8486

8587

0 commit comments

Comments
 (0)