constants/value: change RATE to 15.9

This commit is contained in:
vchikalkin 2023-08-23 13:38:05 +03:00
parent 17a9810878
commit 5c039597b3

View File

@ -2,7 +2,7 @@ export const MAX_FRANCHISE = 75_000;
export const MAX_INSURANCE = 2_500_000;
export const MIN_INSURANCE = 3000;
export const RATE = 7.75;
export const RATE = 15.9;
export const MAX_LEASING_PERIOD = 60;
export const MIN_LASTPAYMENT_NSIB = 3500;
export const MIN_PAYMENT = 3;