updated count #64
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user