From a4ed936392ef96a2cd88628d3a573cafc7bf94dc Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 24 May 2025 05:01:20 -0400 Subject: [PATCH] racResponse --- app/api/services/eligibility_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/eligibility_check.py b/app/api/services/eligibility_check.py index ba9e2b7..3458c8f 100644 --- a/app/api/services/eligibility_check.py +++ b/app/api/services/eligibility_check.py @@ -75,7 +75,7 @@ class EligibilityCheckService(BaseService): customer_id = customer_id, account_id = account_id, transaction_id = transaction.transaction_id, - data = response['RACResponse'] + data = response['racResponse'] ) if not rac_check: