- From: Ms2ger <notifications@github.com>
- Date: Wed, 12 Sep 2018 08:54:11 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 September 2018 15:54:37 UTC
There's several instances of code like: ```js const { storedInstrument } = await registration.paymentManager.paymentInstruments.get(instrumentKey); ``` where `get` resolves with a `PaymentInstrument`. This JS syntax would appear to read the `storedInstrument` property of the `PaymentInstrument`, which doesn't exist. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-handler/issues/316
Received on Wednesday, 12 September 2018 15:54:37 UTC