load_loan bug

This commit is contained in:
CHIEFSOFT\ameye
2025-11-11 07:44:09 -05:00
parent 771e8c00ed
commit 8f82964b70
+1 -1
View File
@@ -78,7 +78,7 @@ class RepaymentService(BaseService):
"initiated_by": repayment.initiated_by,
"transactionId": loan_transaction_id,
"customerId": customer_id,
"productId": loan.product_id,
"productId": load_loan.product_id,
"loanRef": loan_ref,
"debtId": loan_id
}