- From: Jinho Bang <notifications@github.com>
- Date: Wed, 03 Oct 2018 00:09:29 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 October 2018 07:09:51 UTC
I thought it would be better to throw an exception to give developers useful information and predictable code but my thought was changed after your comment[1]. I'm not sure but I think it's not different with passing undefined dictionary members. ``` // The payee is not PaymentValidationErrors's member. // So, we just ignore it. response.retry({ payee: { email: "Hello" }}); ``` [1] https://github.com/w3c/payment-request/pull/768#pullrequestreview-151646708 -- 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/793#issuecomment-426533884
Received on Wednesday, 3 October 2018 07:09:51 UTC