Skip to content

Commit

Permalink
Applied release group `FRW-6905 Fixed issue with unexpected new cart …
Browse files Browse the repository at this point in the history
…creation on catalog request.`, RG link https://api.release.spryker.com/release-group/5232
  • Loading branch information
upgrader committed Jan 12, 2024
1 parent 2c1eae1 commit 05f9522
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
51 changes: 26 additions & 25 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
use Spryker\Glue\ProductPricesRestApi\Plugin\GlueApplication\ConcreteProductPricesByResourceIdResourceRelationshipPlugin;
use Spryker\Glue\ProductPricesRestApi\Plugin\GlueApplication\CurrencyParameterValidatorPlugin;
use Spryker\Glue\ProductPricesRestApi\Plugin\GlueApplication\PriceModeParameterValidatorPlugin;
use Spryker\Glue\ProductPricesRestApi\Plugin\GlueApplication\SetCurrencyBeforeActionPlugin;
use Spryker\Glue\ProductPricesRestApi\Plugin\GlueApplication\SetPriceModeBeforeActionPlugin;
use Spryker\Glue\ProductReviewsRestApi\Plugin\GlueApplication\AbstractProductsProductReviewsResourceRoutePlugin;
use Spryker\Glue\ProductReviewsRestApi\Plugin\GlueApplication\ProductReviewsRelationshipByProductAbstractSkuPlugin;
Expand Down Expand Up @@ -403,7 +402,6 @@ protected function getControllerBeforeActionPlugins(): array
return [
new SetAnonymousCustomerIdControllerBeforeActionPlugin(),
new SetCustomerBeforeActionPlugin(),
new SetCurrencyBeforeActionPlugin(),
new SetPriceModeBeforeActionPlugin(),
];
}
Expand Down

0 comments on commit 05f9522

Please sign in to comment.