"loan_schedule": loan_schedule['amount'],

This commit is contained in:
CHIEFSOFT\ameye
2025-02-22 11:43:54 -05:00
parent 94a9f4c94c
commit adc8868305
+1 -1
View File
@@ -361,7 +361,7 @@ def salary_verifloan2():
with connection.cursor(cursor_factory=psycopg2.extras.DictCursor) as cursor:
cursor.execute(UPDATE_APPLICATION)
loan_schedule = loan_create(bvn,loan_application_id)
# loan_schedule = loan_create(bvn,loan_application_id)
return {
"qr": UPDATE_APPLICATION,
"status": "1",