w3c / payment-request

Payment Request API
https://www.w3.org/TR/payment-request/
Other
488 stars 135 forks source link

fine-grained errors reporting for PaymentAddress #712

Closed marcoscaceres closed 6 years ago

marcoscaceres commented 6 years ago

closes #647

The following tasks have been completed:

Implementation commitment:

Impact on Payment Handler spec?


Preview | Diff

marcoscaceres commented 6 years ago

First draft ready for review. This part only deals with errors related to shipping addresses.

Will start working on #705, which will then give us the ability to correct both address-releated errors and Payer Errors (e.g., bad email) in the PaymentResponse.

marcoscaceres commented 6 years ago

We have a partial implementation of this in Firefox now (currently based on the original proposal - but will get updated to match the new one soon).

marcoscaceres commented 6 years ago

@domenic, when you have a few mins, would appreciate a final review. We've landed this in Firefox.

marcoscaceres commented 6 years ago

@ianbjacobs, could you please republish the document on TR?

ianbjacobs commented 6 years ago

Hi @marcoscaceres, I have send a publication request for 7 June. Thanks for all the editing!

marcoscaceres commented 6 years ago

Added tests https://github.com/web-platform-tests/wpt/pull/12396