- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 21 Nov 2021 16:29:01 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 November 2021 00:29:13 UTC
@marcoscaceres commented on this pull request.
> + Run the <a>steps to convert and validate payment
+ method data</a> from the specification that defines the
+ |paymentMethod|.{{PaymentMethodData/supportedMethods}}
+ on |object|. Rethrow any exceptions.
Nit... Maybe rewritten as the following, to be a bit consistent with the stuff up on line 585:
```suggestion
If provided by the specification that defines the
|paymentMethod|.{{PaymentMethodData/supportedMethods}},
run the <a>steps to convert and validate payment
method data</a> on |object|. Rethrow any exceptions.
```
--
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/pull/977#pullrequestreview-811992697
Received on Monday, 22 November 2021 00:29:13 UTC