- From: Dave Longley <notifications@github.com>
- Date: Mon, 21 Aug 2017 20:53:20 +0000 (UTC)
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 21 August 2017 20:53:43 UTC
It is unnecessary to call `navigator.permissions.query`. Instead
only the `PaymentManager.requestPermission` call is made. Also,
the feature check for `PaymentManager` is made earlier.
Fixes #200.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/payment-handler/pull/204
-- Commit Summary --
* Simplify Payment Handler Registration example.
-- File Changes --
M index.html (21)
-- Patch Links --
https://github.com/w3c/payment-handler/pull/204.patch
https://github.com/w3c/payment-handler/pull/204.diff
--
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/pull/204
Received on Monday, 21 August 2017 20:53:43 UTC