Skip to content

Commit

Permalink
chore(cart): expose active option (product+qty) for bundle products w…
Browse files Browse the repository at this point in the history
…ithin the cart items
  • Loading branch information
Stanislav Müller committed Oct 26, 2023
1 parent bd23c20 commit ab3c292
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
* **Breaking**(In case you have implemented a custom cart service): Extend the cart service interface with `UpdateItemBundleConfig` to allow updating bundles that have already been placed inside the cart.
* GraphQL:
* Add new mutation `Commerce_Cart_UpdateItemBundleConfig` to update bundle configs for existing cart items
* Expose Active Option (product+qty) for bundle products within the cart items

**checkout**
* initialize place order metrics with 0 on application start to follow prometheus best practices

**product**
* GraphQL:
* Expose Active Option (product+qty) for bundle products

## v3.8.0

**sourcing**
Expand Down

0 comments on commit ab3c292

Please sign in to comment.