Re: [w3c/payment-request] Some clarifications with Payment Request API (#774)

Colleagues from Apple pointed me to their post [1] that shows one way to do this (for Apple Pay):

<pre>
if (window.ApplePaySession && ApplePaySession.canMakePayments())
  // Show Apple Pay button.
</pre>

However, this may be a good area of discussion for the Working Group at its October face-to-face meeting.

[1] https://webkit.org/blog/8182/introducing-the-payment-request-api-for-apple-pay/

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/issues/774#issuecomment-420434343

Received on Tuesday, 11 September 2018 21:38:25 UTC