Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 457 Bytes

2023-07-19-add-cart-dependent-hooks.md

File metadata and controls

8 lines (8 loc) · 457 Bytes
title issue
Add cart dependent hooks
NEXT-26807

Core

  • Added new property source to the cart, that adds a suffix to app script hooks, that are relevant for the checkout process. This can be used to add hooks that are only relevant for separate checkout processes like subscriptions, multi-cart, etc.
  • Added new CartFactory to manipulate the cart source when being created
  • Added new CartLoadedEvent to implementations of CartPersister