Skip to content

Commit

Permalink
Fixed minimum installment amount for installment_bay and installment_…
Browse files Browse the repository at this point in the history
…kbank (#479)

Co-authored-by: Aashish <[email protected]>
  • Loading branch information
aashishgurung and Aashish authored Apr 22, 2024
1 parent 74d222a commit ceac7c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ define(
*/
getInstallmentMinimum: function (id) {
return {
'kbank': 500,
'kbank': 300,
'bbl': 500,
'bay': 300,
'bay': 500,
'first_choice': 300,
'ktc': 300,
'scb': 500,
Expand Down

0 comments on commit ceac7c6

Please sign in to comment.