[w3c/payment-handler] Examples involving storedInstrument seem broken (#316)

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