woocommerce/plugins/woocommerce-blocks/assets/js/data/payment
Saad Tarhi daf36de9a5 Correctly detect compatible express payment methods (https://github.com/woocommerce/woocommerce-blocks/pull/8201)
* Remove unused action and type action

* Derive the incompatible payment methods with selector

Instead of adding the incompatiblePaymentMethods to the payment state.
Let's simply derive it using a selector to keep a minimal state.

* Check compatibility with express payments
2023-01-16 23:06:48 +01:00
..
test Highlight incompatible payment gateways (https://github.com/woocommerce/woocommerce-blocks/pull/7412) 2022-12-28 17:30:46 +01:00
utils Simplify @woocommerce/types imports (https://github.com/woocommerce/woocommerce-blocks/pull/8019) 2022-12-23 18:59:02 +07:00
action-types.ts Correctly detect compatible express payment methods (https://github.com/woocommerce/woocommerce-blocks/pull/8201) 2023-01-16 23:06:48 +01:00
actions.ts Correctly detect compatible express payment methods (https://github.com/woocommerce/woocommerce-blocks/pull/8201) 2023-01-16 23:06:48 +01:00
constants.ts Refactor the payment status (https://github.com/woocommerce/woocommerce-blocks/pull/7666) 2022-11-15 12:27:39 +00:00
default-state.ts Correctly detect compatible express payment methods (https://github.com/woocommerce/woocommerce-blocks/pull/8201) 2023-01-16 23:06:48 +01: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 Correctly detect compatible express payment methods (https://github.com/woocommerce/woocommerce-blocks/pull/8201) 2023-01-16 23:06:48 +01:00
selectors.ts Correctly detect compatible express payment methods (https://github.com/woocommerce/woocommerce-blocks/pull/8201) 2023-01-16 23:06:48 +01:00
thunks.ts Refactor the payment status (https://github.com/woocommerce/woocommerce-blocks/pull/7666) 2022-11-15 12:27:39 +00:00
types.ts Simplify @woocommerce/types imports (https://github.com/woocommerce/woocommerce-blocks/pull/8019) 2022-12-23 18:59:02 +07:00