"loan_schedule": loan_schedule['amount'],
This commit is contained in:
+1
-1
@@ -361,7 +361,7 @@ def salary_verifloan2():
|
|||||||
with connection.cursor(cursor_factory=psycopg2.extras.DictCursor) as cursor:
|
with connection.cursor(cursor_factory=psycopg2.extras.DictCursor) as cursor:
|
||||||
cursor.execute(UPDATE_APPLICATION)
|
cursor.execute(UPDATE_APPLICATION)
|
||||||
|
|
||||||
loan_schedule = loan_create(bvn,loan_application_id)
|
# loan_schedule = loan_create(bvn,loan_application_id)
|
||||||
return {
|
return {
|
||||||
"qr": UPDATE_APPLICATION,
|
"qr": UPDATE_APPLICATION,
|
||||||
"status": "1",
|
"status": "1",
|
||||||
|
|||||||
Reference in New Issue
Block a user