responseCode
This commit is contained in:
@@ -59,17 +59,16 @@ class RACCheckService:
|
||||
"SALARYPAYMENT_3": Decimal("1255000"),
|
||||
"SALARYPAYMENT_4": Decimal("1255000"),
|
||||
"SALARYPAYMENT_5": Decimal("1255000"),
|
||||
"SALARYPAYMENT_6": Decimal("1255000"),
|
||||
"resultCode": "00",
|
||||
"resultDescription": "RAC Check Successful"
|
||||
"SALARYPAYMENT_6": Decimal("1255000")
|
||||
}
|
||||
|
||||
|
||||
full_response = {
|
||||
"transactionId": validated_data["transactionId"],
|
||||
"customerId": validated_data["customerId"],
|
||||
"accountId": validated_data["accountId"],
|
||||
"racResponse": rac_response
|
||||
"racResponse": rac_response,
|
||||
"responseCode": "00",
|
||||
"responseDescr": "RAC Check Successful"
|
||||
}
|
||||
|
||||
# response_schema = RACCheckResponseSchema()
|
||||
|
||||
Reference in New Issue
Block a user