Skip to content

Commit

Permalink
Updated installment interest rates (#460)
Browse files Browse the repository at this point in the history
Co-authored-by: Aashish <[email protected]>
  • Loading branch information
aashishgurung and Aashish authored Dec 7, 2023
1 parent e5f255e commit 39a0570
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ define(
getInstallmentInterestRate: function (id) {
return {
'kbank': 0.0065,
'bbl': 0.008,
'bay': 0.008,
'first_choice': 0.013,
'ktc': 0.008,
'bbl': 0.0074,
'bay': 0.0074,
'first_choice': 0.0116,
'ktc': 0.0074,
'scb': 0.0074,
'uob': 0.0064,
'mbb': 0,
Expand Down

0 comments on commit 39a0570

Please sign in to comment.