Re: [w3c/payment-request] Revert "Drop PaymentAddress, shipping + billing address support (#955)" (PR #996)

@marcoscaceres commented on this pull request.



> +          dictionary AddressErrors {
+            DOMString addressLine;
+            DOMString city;
+            DOMString country;
+            DOMString dependentLocality;
+            DOMString organization;
+            DOMString phone;
+            DOMString postalCode;
+            DOMString recipient;
+            DOMString region;
+            DOMString sortingCode;
+          };
+        </pre>
+        <p>
+          The members of the {{AddressErrors}} dictionary represent validation
+          errors with specific parts of a <a>physical address</a>. Each

```suggestion
          errors with specific parts of a [=physical address=]. Each
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/996#pullrequestreview-2067129931
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/payment-request/pull/996/review/2067129931@github.com>

Received on Monday, 20 May 2024 22:15:24 UTC