- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 18 Mar 2024 14:14:17 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 March 2024 21:14:22 UTC
@marcoscaceres commented on this pull request. > @@ -459,7 +432,7 @@ <h3> </p> <pre class="example js" title="POSTing with `fetch()`"> async function doPaymentRequest() { - const payRequest = new PaymentRequest(methodData, details, options); + const payRequest = new PaymentRequest(methodData, details); ```suggestion const payRequest = new PaymentRequest(methodData, details, options); ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/pull/1021#pullrequestreview-1944213336 You are receiving this because you are subscribed to this thread. Message ID: <w3c/payment-request/pull/1021/review/1944213336@github.com>
Received on Monday, 18 March 2024 21:14:22 UTC