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

@marcoscaceres commented on this pull request.



> @@ -419,7 +392,7 @@ <h3>
         <pre class="example js" title="Constructing a `PaymentRequest`">
           async function doPaymentRequest() {
             try {
-              const request = new PaymentRequest(methodData, details, options);
+              const request = new PaymentRequest(methodData, details);

```suggestion
              const request = new PaymentRequest(methodData, details, options);
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/1021#pullrequestreview-1944213085
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/payment-request/pull/1021/review/1944213085@github.com>

Received on Monday, 18 March 2024 21:14:11 UTC