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