- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 11 Jun 2018 23:56:53 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/payment-request/pull/723@github.com>
part 3 of #705 - aborting the update when in retry state The following tasks have been completed: * [x] Confirmed there are no ReSpec errors/warnings. * [ ] Added Web platform tests (link) * [ ] added MDN Docs (link) Implementation commitment: * [ ] Safari (link to issue) * [ ] Chrome (link to issue) * [ ] Firefox (link to issue) * [ ] Edge (public signal) Impact on Payment Handler spec? You can view, comment on, or merge this pull request online at: https://github.com/w3c/payment-request/pull/723 -- Commit Summary -- * WIP: retry() shell * define aborting and retrying * return promises rejected * complete() throws if retrying * Link to initial tests * Guard against calling request.abort() again * fix typo * Refactor pasta * Make it clear the UI is shutting down * remove redundant checks * Clarify closing, add asserts back in * Teach retry() about payerErrors * s/request/reponse typo * Remove redudant check * Refactored .retry() * Add shippingAddressErrors to PaymentValidationErrors * Make finally a step * tidy * Handle retry in abort the update algo -- File Changes -- M index.html (315) -- Patch Links -- https://github.com/w3c/payment-request/pull/723.patch https://github.com/w3c/payment-request/pull/723.diff -- 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/723
Received on Tuesday, 12 June 2018 06:57:16 UTC