- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 12 Jun 2018 06:25:25 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 June 2018 13:25:52 UTC
Finally, part 5 of #705 - closes #705
Defines PaymentRequest's internal slots.
In some cases, PaymentResponse just puts forward PaymentRequest's internal slot values.
The following tasks have been completed:
* [x] Confirmed there are no ReSpec errors/warnings.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/payment-request/pull/726
-- 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
* Define onpayerdetailchange event
* fix typo
* Editorial: use internal slots
-- File Changes --
M index.html (622)
-- Patch Links --
https://github.com/w3c/payment-request/pull/726.patch
https://github.com/w3c/payment-request/pull/726.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/726
Received on Tuesday, 12 June 2018 13:25:52 UTC