Skip to content

Commit

Permalink
Merge pull request #1402 from spryker-shop/bugfix/cc-31029-fix-except…
Browse files Browse the repository at this point in the history
…ion-for-deactivated-product-in-cart

Auto-merge based on green CI result.
  • Loading branch information
spryker-release-bot authored Oct 6, 2023
2 parents f5d1b27 + 3110b53 commit 8b8ff4e
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 38 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
"spryker-shop/store-widget": "^1.0.0",
"spryker-shop/tabs-widget": "^1.0.0",
"spryker-shop/tabs-widget-extension": "^1.0.0",
"spryker-shop/url-page": "^1.0.0",
"spryker-shop/wishlist-page": "^1.10.0",
"spryker-shop/wishlist-page-extension": "^1.0.0",
"spryker-shop/wishlist-widget": "^1.0.0",
Expand Down
121 changes: 84 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/Pyz/Yves/CartPage/CartPageDependencyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@
use SprykerShop\Yves\MerchantProductOfferWidget\Plugin\CartPage\MerchantProductOfferPreAddToCartPlugin;
use SprykerShop\Yves\MerchantProductWidget\Plugin\CartPage\MerchantProductPreAddToCartPlugin;
use SprykerShop\Yves\ProductBundleWidget\Plugin\CartPage\ProductBundleCartItemTransformerPlugin;
use SprykerShop\Yves\UrlPage\Plugin\CartPage\UrlCartItemTransformerPlugin;

class CartPageDependencyProvider extends SprykerCartPageDependencyProvider
{
/**
* @return array<\SprykerShop\Yves\CartPage\Dependency\Plugin\CartItemTransformerPluginInterface>
* @return array<\SprykerShop\Yves\CartPageExtension\Dependency\Plugin\CartItemTransformerPluginInterface>
*/
protected function getCartItemTransformerPlugins(): array
{
return [
new ProductBundleCartItemTransformerPlugin(),
new UrlCartItemTransformerPlugin(),
];
}

Expand Down

0 comments on commit 8b8ff4e

Please sign in to comment.