woocommerce/plugins/woocommerce-blocks/assets/js/data/payment
Mike Jolley 42cdc0e978
Block Checkout: Respect default saved payment method when using tokens (#50481)
* activeSavedToken state is unused

* Select is_default saved token by default

* changelog

* Unused objectHasProp
2024-08-23 12:03:11 +02:00
..
test Block Checkout: Respect default saved payment method when using tokens (#50481) 2024-08-23 12:03:11 +02:00
utils Block Checkout: Respect default saved payment method when using tokens (#50481) 2024-08-23 12:03:11 +02: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.