Bug 189529 - [Payment Request] canMakePayment() should resolve to true on all devices capable of Apple Pay
Summary: [Payment Request] canMakePayment() should resolve to true on all devices capa...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-11 16:31 PDT by Andy Estes
Modified: 2018-09-11 16:33 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2018-09-11 16:31:03 PDT
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.