- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 02 Oct 2018 15:27:03 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 October 2018 22:27:24 UTC
If we have a payment request that has option: `{requestPayerEmail: false}`, then what should we do if the merchant asks to correct something that was not requested, like ```JS response.retry({payer: {email: "Lol, I never asked for your email."} }) ``` Right now, the spec just says to ignore that. Should we maybe throw or just continue to ignore. The above also applies to some cases of `.updateWith()` (e.g., flagging shipping address errors when no shipping address was requested). cc @aestes, @rsolomakhin, @romandev. -- 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/793
Received on Tuesday, 2 October 2018 22:27:24 UTC