woocommerce/plugins/woocommerce-blocks/assets/js/data/cart
Mike Jolley a932ceb59f
Fix extensionCartUpdates not surfacing errors to cart and checkout (#49762)
* Add context to type

* Clean up notifyerrors helpers

* Notify and clear top level cart errors

* changelog

* Make extensionCartUpdate surface the errors

* No automatic clearing of notice

* Handle generic errors only, add docs

* Rename param

* Fix linting in readme

* Update toc

* test coverage

* Unused import

* We're only dealing with arrays of errors so simplify logic
2024-08-14 15:24:44 +01:00
..
test chore: remove repetitive words (#47158) 2024-05-06 03:43:39 +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 Remove WC Core shipping settings if Cart/Checkout blocks are in use (https://github.com/woocommerce/woocommerce-blocks/pull/8679) 2023-03-13 11:49:28 +00:00
actions.ts Checkout: Fix display of coupon removal notices (#50412) 2024-08-09 16:28:18 +01:00
constants.ts Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
default-state.ts Support additional fields in the Contact step for Checkout (#43088) 2024-01-05 18:35:28 +01:00
index.ts Refactor Push Changes Readability and Performance (https://github.com/woocommerce/woocommerce-blocks/pull/10315) 2023-08-09 18:24:51 +01:00
notify-errors.ts Fix extensionCartUpdates not surfacing errors to cart and checkout (#49762) 2024-08-14 15:24:44 +01:00
notify-quantity-changes.ts Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
push-changes.ts Checkout: Fix display of coupon removal notices (#50412) 2024-08-09 16:28:18 +01:00
reducers.ts Remove `setFullAddressPushed` to prevent address continually pushing (https://github.com/woocommerce/woocommerce-blocks/pull/9606) 2023-05-30 08:46:18 -07:00
resolvers.ts Remove `setFullAddressPushed` to prevent address continually pushing (https://github.com/woocommerce/woocommerce-blocks/pull/9606) 2023-05-30 08:46:18 -07:00
selectors.ts Remove `setFullAddressPushed` to prevent address continually pushing (https://github.com/woocommerce/woocommerce-blocks/pull/9606) 2023-05-30 08:46:18 -07:00
thunks.ts Fix extensionCartUpdates not surfacing errors to cart and checkout (#49762) 2024-08-14 15:24:44 +01:00
update-payment-methods.ts Fix/you do not need lodash (https://github.com/woocommerce/woocommerce-blocks/pull/9161) 2023-04-28 11:29:45 +01:00
utils.ts Refactor Push Changes Readability and Performance (https://github.com/woocommerce/woocommerce-blocks/pull/10315) 2023-08-09 18:24:51 +01:00

README.md

Cart Store

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