fix(basic): Fix default bot.vbs missing parenthesis in code.
This commit is contained in:
		
							parent
							
								
									08f56b305b
								
							
						
					
					
						commit
						850100268a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue