Re: [w3c/payment-request] consider requiring an error (non-empty dict) for .retry()? (#792)

How will other browsers handle the generic error property being empty?
```js
{
  error: ""
}
```

It seems like it'd be quite hard to provide a generic message in this case as it could apply to the shipping address or payment method.

-- 
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/792#issuecomment-433230997

Received on Thursday, 25 October 2018 22:49:21 UTC