- From: Rouslan Solomakhin <notifications@github.com>
- Date: Wed, 06 Mar 2019 12:38:27 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 March 2019 20:38:48 UTC
@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