w3c / payment-request

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

fix: retry()'s errorFields should be optional per WebIDL #805

Closed marcoscaceres closed 5 years ago

marcoscaceres commented 5 years ago

closes #804

The following tasks have been completed:

Implementation commitment:

Optional, Impact on Payment Handler spec?

marcoscaceres commented 5 years ago

Thanks @romandev. I don't think it will have any impact on Chrome, but if you want to update the implementation, it's nice to keep things in sync!

@aestes, same.

marcoscaceres commented 5 years ago

Gecko details: https://bugzilla.mozilla.org/show_bug.cgi?id=1499992

aestes commented 5 years ago

WebKit details: https://bugs.webkit.org/show_bug.cgi?id=191212

marcoscaceres commented 5 years ago

Filed bug on Chrome. https://bugs.chromium.org/p/chromium/issues/detail?id=901703

marcoscaceres commented 5 years ago

Also fixed in Chrome! thanks @romandev for letting me know!