From 911de39e86f20eac4f21eed5a9571eaa9414671e Mon Sep 17 00:00:00 2001 From: Ian Jacobs Date: Wed, 19 Sep 2018 10:50:21 -0400 Subject: [PATCH] fix storedInstrument per issue 316 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4446207..05505f1 100644 --- a/index.html +++ b/index.html @@ -763,7 +763,7 @@

}] }); - const { storedInstrument } = + const storedInstrument = await registration.paymentManager.paymentInstruments.get(instrumentKey); // storedInstrument.icons[0].src == "https://www.example.com/bobpay/icon/lowres.webp"; @@ -788,7 +788,7 @@

}] }); - const { storedInstrument } = + const storedInstrument = await registration.paymentManager.paymentInstruments.get(instrumentKey); // storedInstrument.icons[0].src == "https://www.example.com/bobpay/icon/lowres.webp";