Re: [w3c/payment-request] ShippingAddressChange replaces address every time (#659)

Basically the question is whether this should be an immutable object or a mutable one. I don't feel strongly either way. In favor of immutable, it's kind of nice to be able to see that it changed by saying `if (request.shippingAddress !== address) { ... }`.

-- 
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/issues/659#issuecomment-350362540

Received on Friday, 8 December 2017 20:21:24 UTC