Re: [w3c/payment-request] Drop prefixes, suffixes from error field members (#745)

@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