- From: Rouslan Solomakhin <notifications@github.com>
- Date: Wed, 22 Apr 2020 06:35:57 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 April 2020 13:36:10 UTC
The code sample at https://w3c.github.io/payment-request/#example-6-constructing-a-paymentrequest has a `request.retry()` statement, but the `retry()` method is defined on the `PaymentResponse` object. So the code sample should replace `request.retry()` with `response.retry()`. Thank you, @agektmr, for pointing this out! -- 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/907
Received on Wednesday, 22 April 2020 13:36:10 UTC