Skip to content

Commit

Permalink
Merge pull request #1447 from spryker-shop/bugfix/cc-31758-display-se…
Browse files Browse the repository at this point in the history
…rvice-point-name

Auto-merge based on green CI result.
  • Loading branch information
spryker-release-bot authored Nov 21, 2023
2 parents 0913b69 + 522b333 commit fcc62c9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 34 deletions.
71 changes: 37 additions & 34 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 @@ -12,6 +12,7 @@
use SprykerShop\Yves\SalesConfigurableBundleWidget\Plugin\CustomerReorder\ConfiguredBundlePostReorderPlugin;
use SprykerShop\Yves\SalesProductConfigurationWidget\Plugin\CustomerReorderWidget\ProductConfigurationReorderItemExpanderPlugin;
use SprykerShop\Yves\SalesReturnPage\Plugin\CustomerReorderWidget\RemunerationAmountReorderItemSanitizerPlugin;
use SprykerShop\Yves\SalesServicePointWidget\Plugin\CustomerReorderWidget\ServicePointReorderItemSanitizerPlugin;
use SprykerShop\Yves\ShipmentPage\Plugin\CustomerReorderWidget\ShipmentReorderItemSanitizerPlugin;

class CustomerReorderWidgetDependencyProvider extends SprykerCustomerReorderWidgetDependencyProvider
Expand Down Expand Up @@ -44,6 +45,7 @@ protected function getReorderItemSanitizerPlugins(): array
return [
new RemunerationAmountReorderItemSanitizerPlugin(),
new ShipmentReorderItemSanitizerPlugin(),
new ServicePointReorderItemSanitizerPlugin(),
];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
use SprykerShop\Yves\SalesProductBundleWidget\Widget\OrderItemsProductBundleWidget;
use SprykerShop\Yves\SalesProductConfigurationWidget\Widget\ProductConfigurationOrderItemDisplayWidget;
use SprykerShop\Yves\SalesServicePointWidget\Widget\SalesServicePointNameForShipmentGroupWidget;
use SprykerShop\Yves\ServicePointWidget\Widget\ServicePointNameForShipmentGroupWidget;
use SprykerShop\Yves\ServicePointWidget\Widget\ServicePointSearchWidget;
use SprykerShop\Yves\SharedCartWidget\Widget\CartDeleteSharingCompanyUsersListWidget;
use SprykerShop\Yves\SharedCartWidget\Widget\CartListPermissionGroupWidget;
Expand Down Expand Up @@ -333,6 +334,7 @@ protected function getGlobalWidgets(): array
ServicePointSearchWidget::class,
ShipmentTypeAddressFormWidget::class,
SalesServicePointNameForShipmentGroupWidget::class,
ServicePointNameForShipmentGroupWidget::class,
ClickAndCollectServicePointAddressFormWidget::class,
ProductOfferServicePointAvailabilityWidget::class,
ProductOfferServicePointAvailabilityDisplayWidget::class,
Expand Down

0 comments on commit fcc62c9

Please sign in to comment.