From 63d1aa6f8731e2ea24c894fb638524eb4f0c343b Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Thu, 28 Apr 2016 11:31:05 -0700 Subject: [PATCH] Remove issue #48 label. 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` with `sequence` so we now use objects. --- specs/paymentrequest.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index c9de48f8..6a46ec7e 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -351,12 +351,6 @@

PaymentRequest constructor

for a deposit, pre-auth for a later payment, making recurring payments, and more. -
- There is an open issue about whether the list of supported payment - methods should be passed to the user agent as a simple sequence of - strings or as a more complex and flexible object structure. -
-
There is an open issue regarding whether the current pattern of using events for exchange of data between the user agent and the website is