fix loanRate

This commit is contained in:
vchikalkin 2023-04-20 16:21:53 +03:00
parent 8e2e9167fc
commit 956180c52b

View File

@ -754,7 +754,7 @@ export async function createRequestData({
},
async loanRate() {
return values.creditRate;
return values.creditRate / 100;
},
async loanRatePeriod() {