woocommerce/plugins/woocommerce-blocks/assets/js/data/payment
Mike Jolley e5ca2eb011
Checkout: Add loading placeholder and payment method toggle (#52044)
* Create loading state for payment methods on block checkout

* Tidy and type fix checkPaymentMethodsCanPay

* Disable place order button before payments are Initialized

* Toggle and loading state

* changelog

* Reduce scope of change in check payment methods

* saved methods are hidden when empty
2024-10-29 11:45:40 +00:00
..
test [Feature] Express Checkout Improvements (#50791) 2024-09-18 19:49:27 +00:00
utils Checkout: Add loading placeholder and payment method toggle (#52044) 2024-10-29 11:45:40 +00:00
README.md Improve the data stores documentation (https://github.com/woocommerce/woocommerce-blocks/pull/11336) 2023-10-26 09:37:13 +07:00
action-types.ts Refactor payment status (https://github.com/woocommerce/woocommerce-blocks/pull/8110) 2023-02-14 12:08:19 +00:00
actions.ts Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
constants.ts Refactor payment status (https://github.com/woocommerce/woocommerce-blocks/pull/8110) 2023-02-14 12:08:19 +00:00
default-state.ts Block Checkout: Respect default saved payment method when using tokens (#50481) 2024-08-23 12:03:11 +02:00
index.ts Add thunk support for < WP 5.9 (https://github.com/woocommerce/woocommerce-blocks/pull/8136) 2023-01-09 15:01:49 -08:00
reducers.ts Block Checkout: Respect default saved payment method when using tokens (#50481) 2024-08-23 12:03:11 +02:00
selectors.ts Improve the dismissal behavior of the incompatible gateways notice (https://github.com/woocommerce/woocommerce-blocks/pull/8299) 2023-02-24 11:57:24 +01:00
thunks.ts Check for address on shippingData (https://github.com/woocommerce/woocommerce-blocks/pull/8878) 2023-03-27 09:33:18 -07:00
types.ts Adding support for co-branded credit cards (#45903) 2024-04-15 22:59:05 +01:00

README.md

Payment Store

The docs for the Payment Store can be found in docs/third-party-developers/extensibility/data-store/payment.md.