- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 27 Aug 2018 10:28:50 +0000 (UTC)
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 August 2018 10:29:19 UTC
There is bug in the current spec, whereby merchant can't signal payer-related fixes via `updateWith()`: ```JS // user tries to fix email response.onpayerdetailschange = ev => { if (!isValidPayerDetails(response)) { const payerErrors = getPayerErrors(response); // Oh wooops, `payerErrors` doesn't exist on `PaymentDetailsUpdate` ev.updateWith({ payerErrors }); } } ``` Same applies to `paymentMethod` errors. -- 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/766
Received on Monday, 27 August 2018 10:29:19 UTC