- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 05 Jul 2022 18:42:27 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 July 2022 01:42:41 UTC
@marcoscaceres commented on this pull request. > + <li class="addition proposed">Let |serializedData| be the result of + <a>JSON-serializing</a> |details|.{{PaymentCompleteDetails/data}} + into a string. + </li> + <li class="addition proposed">If serializing [=exception/throws=] an + exception, return <a>a promise rejected with</a> that exception. + </li> + <li class="addition proposed">If required by the specification that ```suggestion <li>Let |serializedData| be the result of <a>JSON-serializing</a> |details|.{{PaymentCompleteDetails/data}} into a string. </li> <li>If serializing [=exception/throws=] an exception, return <a>a promise rejected with</a> that exception. </li> <li>If required by the specification that ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/pull/982#pullrequestreview-1029392795 You are receiving this because you are subscribed to this thread. Message ID: <w3c/payment-request/pull/982/review/1029392795@github.com>
Received on Wednesday, 6 July 2022 01:42:41 UTC