diff --git a/packages/default.gbdialog/bot.vbs b/packages/default.gbdialog/bot.vbs index f21417c8..1cd9f8c5 100644 --- a/packages/default.gbdialog/bot.vbs +++ b/packages/default.gbdialog/bot.vbs @@ -56,9 +56,9 @@ else ' TODO: This must be reviewed in terms of financing logic. - nInstallments = parseIntinstallments - vAmmount = parseFloatammount - initialPayment = parseFloatvAmmount * 0.3 ' 30% of the value + nInstallments = parseInt(installments) + vAmmount = parseFloat(ammount) + initialPayment = vAmmount * 0.3 ' 30% of the value tac = 800 adjustment = 1.3