From ff3e7556ba27a057b7da51a954cb89974f2c6775 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 23 Apr 2021 03:55:47 +0530 Subject: [PATCH] update and bug fixes - fixed minor bugs - added parser support for period (year/month/day) - number parser word is case-insensitive. - removed addBond (write to blockchain) and replaced it with form submit and createBondString - createBondString: generates the bond string (format) using the constrains --- index.html | 108 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 79 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index 755a17f..55674f7 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ }, adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf", application: "bondTest", - productStr: "Product: Ranchimall Bitcoin Bond", + productStr: "Product: RanchiMall Bitcoin Bond", sendAmt: 0.001, fee: 0.0005 } @@ -28,7 +28,9 @@ - +
+ +
\ No newline at end of file