Update provide_loan.py

This commit was merged in pull request #36.
This commit is contained in:
VivianDee
2025-05-26 13:01:27 +01:00
parent 066ced55b0
commit 7a2ff6586f
+1 -1
View File
@@ -156,7 +156,7 @@ class ProvideLoanService(BaseService):
return ResponseHelper.error(result_description="Invalid Customer or Account")
padded_id = str(transaction_id).zfill(12)
loanref = f"{padded_id}{channel}{product_id}"
loanref = f"{padded_id}{channel}{offer.product_id}"
response_data = {