Seen responses
This commit is contained in:
@@ -47,6 +47,7 @@ class EligibilityCheckService(BaseService):
|
||||
account_id = account_id,
|
||||
transaction_id = transaction.id,
|
||||
)
|
||||
logger.error(f"This is Response Returned ****** : {str(response)}")
|
||||
|
||||
if "error" in response or response.get("status") != 200:
|
||||
return jsonify({"message": "RACCheck failed"}), 400
|
||||
|
||||
Reference in New Issue
Block a user