Bug 225432
Summary: | Drop PaymentAddress and related events from Payment Request | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marcos Caceres <marcos> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | marcosc, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://github.com/w3c/payment-request/pull/955 |
Marcos Caceres
Steps to reproduce:
The Payment Request API no longer support address related things, such as requesting shipping, billing, and associated events.
These are now handled by "method data" for each payment handler.
Actual results:
WebKit still has PaymentAddress and related events implemented.
Expected results:
WebKit could be updated to match:
https://github.com/w3c/payment-request/pull/955
But can still continue to work through ApplePay specific update events.
(note: alternative is that we still keep PaymentAddress as a spec somewhere if it's actually used by ApplePay)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/77949797>
Marcos Caceres
This is being reverted, so marking as invalid https://github.com/w3c/payment-request/pull/996