Re: [w3c/browser-payment-api] PaymentAddress should be a dictionary (#299)

Mozilla would like to request that `PaymentAddress` be changed to a dictionary. Rationale is given above - and also because it violates principles of the extensible web manifesto: we shouldn't add new interfaces to the web platform that are not reusable primitives.  

The side effect of changing this is that `PaymentRequest`'s and `PaymentResponse`'s `shippingAddress` attribute needs to change to a method: `getShippingAddress()` which returns null or a `PaymentAddress` dictionary. 


-- 
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/browser-payment-api/issues/299#issuecomment-262445956

Received on Wednesday, 23 November 2016 07:06:01 UTC