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

I'd like to be careful we don't go too deep here, because a merchant could also screw up and do:

```JS
.retry({error: ""}); // just as bad as "{}"? 
```

Which is why I'd still argue that, `{}` === browser saying, "There was an issue processing the error, try again?"


-- 
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-426548701

Received on Wednesday, 3 October 2018 08:11:05 UTC