From 850100268af94b70ab1129ce9b5ec88e2e0bfe9f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 30 Aug 2019 14:50:57 -0300 Subject: [PATCH] fix(basic): Fix default bot.vbs missing parenthesis in code. --- packages/default.gbdialog/bot.vbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/default.gbdialog/bot.vbs b/packages/default.gbdialog/bot.vbs index f21417c86..1cd9f8c5d 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