From 68727e4cead943275c69f029b7eaf21fa9f5d7c7 Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Fri, 3 Jul 2020 17:45:01 +0530 Subject: [PATCH] added code to record pament requests status --- index.html | 83 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 61 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 1229c1d..0e6c8b2 100644 --- a/index.html +++ b/index.html @@ -744,7 +744,7 @@ //for cloud apps subAdmins: [], - application: "RUPEE_TOKEN_APP_TEST5",//rupeeTokenApp + application: "RUPEE_TOKEN_APP_TEST7",//rupeeTokenApp vectorClock: {}, appObjects: {}, generalData: {}, @@ -882,7 +882,7 @@ `; return card; }, - paymentRequest(time, senderAddress, amount) { + paymentRequest(time, senderAddress, amount, pay_req_id) { let card = document.createElement('div') card.classList.add('request') let timeFrag = new Date(time).toString().split(' '), @@ -907,7 +907,7 @@
amount

₹ ${amount}

-