- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 03 Jul 2018 10:39:27 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 July 2018 17:40:09 UTC
@domenic, we need to keep `shippingAddressErrors` on `PaymentDetailsUpdate`, otherwise it would be weird... but chopped the rest: ```JS dictionary PaymentDetailsUpdate : PaymentDetailsBase { DOMString error; PaymentItem total; AddressErrorFields shippingAddressErrors; }; ``` Gecko bug https://bugzilla.mozilla.org/show_bug.cgi?id=1473081 -- 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/745#issuecomment-402237472
Received on Tuesday, 3 July 2018 17:40:09 UTC