- From: Ade Bateman <notifications@github.com>
- Date: Thu, 28 Apr 2016 11:34:20 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Thursday, 28 April 2016 18:35:16 UTC
Fixes #48.
PR #162 refactored the supportedMethods and payment specific data
fields. Issue #3 discusses supporting multiple currencies and issue #4
discusses price per payment method and we should consider specific
proposals for those issues.
PR #162 replaces the `sequence<DOMString>` with
`sequence<PaymentMethodData>` so we now use objects.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/browser-payment-api/pull/165
-- Commit Summary --
* Remove issue #48 label.
-- File Changes --
M specs/paymentrequest.html (6)
-- Patch Links --
https://github.com/w3c/browser-payment-api/pull/165.patch
https://github.com/w3c/browser-payment-api/pull/165.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/browser-payment-api/pull/165
Received on Thursday, 28 April 2016 18:35:16 UTC