Seen responses

This commit is contained in:
CHIEFSOFT\ameye
2025-04-05 21:55:41 -04:00
parent 49c3422c94
commit f2b5703bcb
2 changed files with 2 additions and 6 deletions
+1
View File
@@ -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