Re: [w3c/payment-request] WIP - very rough sketch of requestShippingAddress() method (#873)

marcoscaceres commented on this pull request.



> +          "city",
+          "country",
+          "dependentLocality",
+          "organization",
+          "phone",
+          "postalCode",
+          "recipient",
+          "region",
+          "sortingCode"
+        };
+      </pre>
+      <p>
+        The {{AddressParts}} enum is used to represent individual parts of a
+        <a>physical address</a>.
+      </p>
+      <dl>

Ok, cool. As long as they are fine, then no problem :) 

-- 
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/873#discussion_r345521578

Received on Wednesday, 13 November 2019 00:50:49 UTC