woocommerce/plugins/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods
Darren Ethier 2bbe2e63c6 Fix retrying after failed payment processed server side. (https://github.com/woocommerce/woocommerce-blocks/pull/2655)
* add state for selected saved token in payment data

* add handling for flipping payment status back to pristine when checkout has error

If payment status is successful client side, but the checkout state goes into an error after server side processing, then we reset payment status to pristine to allow for reprocessing of payment method client side.

This is skipped for saved payment method tokens because they effectively are _only_ processed server side.
2020-06-07 16:47:16 -04:00
..
actions.js Allow shopper to save Stripe payment method in user account for subsequent purchases (https://github.com/woocommerce/woocommerce-blocks/pull/2453) 2020-05-12 11:12:28 -04:00
constants.js Fix retrying after failed payment processed server side. (https://github.com/woocommerce/woocommerce-blocks/pull/2655) 2020-06-07 16:47:16 -04:00
event-emit.js Refactor checkout status and event emitters to support stripe intents and more complex payment methods. (https://github.com/woocommerce/woocommerce-blocks/pull/2189) 2020-04-14 12:52:23 -04:00
index.js Add contexts for checkout (https://github.com/woocommerce/woocommerce-blocks/pull/1915) 2020-03-10 09:39:21 -04:00
payment-method-data-context.js Fix retrying after failed payment processed server side. (https://github.com/woocommerce/woocommerce-blocks/pull/2655) 2020-06-07 16:47:16 -04:00
reducer.js Fix retrying after failed payment processed server side. (https://github.com/woocommerce/woocommerce-blocks/pull/2655) 2020-06-07 16:47:16 -04:00
use-payment-method-registration.js Refactor `usePaymentMethodRegistration` to ensure payment methods are populated once initialization is true (https://github.com/woocommerce/woocommerce-blocks/pull/2467) 2020-05-12 12:40:08 -04:00