Re: [w3c/payment-request] Changes resulting from 28 February PING privacy review (#843)

@pes wrote:

> @rsolomakhin, Just so that my understanding is clear, can someone describe what `canMakePayment` should return in each of the following scenarios:
> 
> 1. I'm using Firefox, I haven't ever used any Credit Card info in FF (i.e. it doesn't know if I have a visa).  Website calls `canMakePayment` with credit-card and visa.

According to the spec, FF should return `true` for `canMakePayment` here, because the built-in `basic-card` payment handler is available for use.

> 2. Same as above, but I've disabled Payment Request API (`dom.payments.request.enabled = false`)

Not familiar with `dom.payments.request.enabled`. @marcoscaceres ?

> 3. I'm using Firefox, but `supportedMethods = "apple-pay".

According to the spec, FF should return `false` for `canMakePayment` here.

-- 
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/pull/843#issuecomment-470267018

Received on Wednesday, 6 March 2019 20:38:48 UTC