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: