reapyment is needed

This commit is contained in:
CHIEFSOFT\ameye
2025-06-21 11:18:36 -04:00
parent e8361668e5
commit 11b52357ba
+2
View File
@@ -68,6 +68,8 @@ class RepaymentService(BaseService):
# Simulated processing logic
response_data = {
"id": repayment.id,
"initiated_by": repayment.initiated_by,
"transactionId": transaction_id,
"customerId": customer_id,
"productId": loan.product_id,