Re: [w3c/payment-request] [Editorial] Define a concept for converting and validating .data (PR #977)

@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