Bug 189529
Summary: | [Payment Request] canMakePayment() should resolve to true on all devices capable of Apple Pay | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andy Estes <aestes> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cdumez |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Andy Estes
Right now when using Payment Request with Apple Pay as a payment method, canMakePayment() resolves to true only when the device is capable of Apple Pay *and* the user has an active card enrolled.
For the purposes of determining Apple Pay button visibility, we should change our implementation to resolve to true any time the device is capable of Apple Pay.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |