- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 18 Mar 2024 14:14:07 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 March 2024 21:14:11 UTC
@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