[w3c/payment-request] Fix typo in code sample. (#907)

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