Update eligibility_check.py
This commit is contained in:
@@ -71,6 +71,12 @@ class EligibilityCheckService(BaseService):
|
|||||||
|
|
||||||
response = response.json()
|
response = response.json()
|
||||||
|
|
||||||
|
logger.info(f"This is Response (from Eligibility Check): {str(response)}", exc_info=True)
|
||||||
|
|
||||||
|
# Handle this error response
|
||||||
|
# 2025-05-29 16:23:18,685 - INFO - This is Response (Eligibility Check): {'data': None, 'responseCode': '04', 'responseMessage': 'Error!, Invalid Account Id or Customer Id supplied'}
|
||||||
|
|
||||||
|
|
||||||
rac_check = RACCheck.add_rac_check(
|
rac_check = RACCheck.add_rac_check(
|
||||||
customer_id = customer_id,
|
customer_id = customer_id,
|
||||||
account_id = account_id,
|
account_id = account_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user