Re: [w3c/payment-request] Revert spec to REC state (PR #1021)

@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