Re: [w3c/webpayments-method-identifiers] feat: rewrite all the things (#35)

marcoscaceres commented on this pull request.



>          </p>
+        <ol class="algorithm">

This is currently not the case in the Payment Request spec. In the "Process payment methods:", I was going to call "validate" just before step 4.2.2:

> Let serializedData be the result of JSON-serializing paymentMethod.data into a string, if the data member of paymentMethod is present, or null if it is not. Rethrow any exceptions.

I can call the URL Parser in the Payment Request spec (re-throwing any errors), and then pass the URL into validate.

-- 
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/webpayments-method-identifiers/pull/35#discussion_r113847195

Received on Friday, 28 April 2017 03:52:41 UTC