remove params
This commit is contained in:
+3
-3
@@ -549,9 +549,9 @@ def repay_loans():
|
|||||||
"error": "Bad request"
|
"error": "Bad request"
|
||||||
}, 400
|
}, 400
|
||||||
# validate input
|
# validate input
|
||||||
bvn = data["bvn"]
|
# bvn = data["bvn"]
|
||||||
accountid = data["accountid"]
|
# accountid = data["accountid"]
|
||||||
loan_id = data["bvn"]
|
# loan_id = data["bvn"]
|
||||||
|
|
||||||
offer_detail = [
|
offer_detail = [
|
||||||
{"cid": "425611f2-c692-4404-b93d-76ca7a5ce00", "description": "Total amount to replay N50,000" , "active" : 1 },
|
{"cid": "425611f2-c692-4404-b93d-76ca7a5ce00", "description": "Total amount to replay N50,000" , "active" : 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user