Closed
Bug 1473081
Opened 7 years ago
Closed 7 years ago
Implement *ErrorFields from Payment Request spec
Categories
(Core :: DOM: Web Payments, enhancement)
Core
DOM: Web Payments
Tracking
()
RESOLVED
DUPLICATE
of bug 1435161
People
(Reporter: marcosc, Assigned: edenchuang)
References
()
Details
Implement support for:
* AddressErrorFields
* PayerErrorFields
* Generic `error`
Which can be used with updateWith() and retry().
| Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
| Reporter | ||
Comment 1•7 years ago
|
||
Generic `error` member on PaymentValidationErrors, for .retry():
https://github.com/w3c/payment-request/pull/747
PayerErrors:
https://github.com/w3c/payment-request/pull/750
Might split this into two bugs... let's see how big the implementation gets.
Updated•7 years ago
|
Priority: P2 → P3
Whiteboard: [webpayments-reserve]
Updated•7 years ago
|
Flags: qe-verify-
| Assignee | ||
Comment 2•7 years ago
|
||
Merge the implementation into the retry implementation. Set this bug as duplicated bug 1435161.
Assignee: nobody → echuang
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Priority: P3 → --
Whiteboard: [webpayments-reserve]
You need to log in
before you can comment on or make changes to this bug.
Description
•