updated count #64

Merged
ameye merged 1 commits from test into master 2026-01-24 01:21:50 +00:00
+1 -1
View File
@@ -103,7 +103,7 @@ class SimbrellaClient:
"accountId": loan_data.get('accountId'),
"productId": str(loan_data.get('productId', "")),
"provideAmount": loan_data.get('currentLoanAmount'),
"collectAmountInterest": interest_fee if product_id != '3MPC' else 0,
"collectAmountInterest": interest_fee if product_id != '3MPC' else 0, #send charges for only 1 month loan
"collectAmountMgtFee": mgt_fee if product_id != '3MPC' else 0,
"collectAmountInsurance": insurance_fee if product_id != '3MPC' else 0,
"collectAmountVAT": vat_fee if product_id != '3MPC' else 0,