Update provide_loan.py
This commit was merged in pull request #36.
This commit is contained in:
@@ -156,7 +156,7 @@ class ProvideLoanService(BaseService):
|
|||||||
return ResponseHelper.error(result_description="Invalid Customer or Account")
|
return ResponseHelper.error(result_description="Invalid Customer or Account")
|
||||||
|
|
||||||
padded_id = str(transaction_id).zfill(12)
|
padded_id = str(transaction_id).zfill(12)
|
||||||
loanref = f"{padded_id}{channel}{product_id}"
|
loanref = f"{padded_id}{channel}{offer.product_id}"
|
||||||
|
|
||||||
|
|
||||||
response_data = {
|
response_data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user