Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
update composer lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Sabaa committed Jan 28, 2019
2 parents 5eb13d8 + 3e25eea commit f1d285c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
14 changes: 7 additions & 7 deletions composer.lock

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

2 changes: 0 additions & 2 deletions src/Pyz/Zed/Checkout/CheckoutDependencyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
use Spryker\Zed\Sales\Communication\Plugin\Checkout\SalesOrderSaverPlugin;
use Spryker\Zed\Sales\Communication\Plugin\SalesOrderExpanderPlugin;
use Spryker\Zed\SalesProductConnector\Communication\Plugin\Checkout\ItemMetadataSaverPlugin;
use Spryker\Zed\SalesReclamation\Communication\Plugin\ReclamationOrderSaverPlugin;
use Spryker\Zed\Shipment\Communication\Plugin\Checkout\OrderShipmentSavePlugin;
use Spryker\Zed\ShipmentCheckoutConnector\Communication\Plugin\Checkout\ShipmentCheckoutPreCheckPlugin;

Expand Down Expand Up @@ -67,7 +66,6 @@ protected function getCheckoutOrderSavers(Container $container)
new DiscountOrderSavePlugin(),
new ProductBundleOrderSaverPlugin(),
new PaymentOrderSaverPlugin(),
new ReclamationOrderSaverPlugin(),
];

return $plugins;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Spryker\Zed\ManualOrderEntryGui\Communication\Plugin\VoucherManualOrderEntryFormPlugin;
use Spryker\Zed\ManualOrderEntryGui\ManualOrderEntryGuiDependencyProvider as SprykerManualOrderEntryGuiDependencyProvider;
use Spryker\Zed\OfferGui\Communication\Plugin\ManualOrderEntryGui\OfferQuoteExpanderPlugin;
use Spryker\Zed\SalesReclamation\Communication\Plugin\ReclamationOrderEntryFormPlugin;

class ManualOrderEntryGuiDependencyProvider extends SprykerManualOrderEntryGuiDependencyProvider
{
Expand Down Expand Up @@ -50,7 +49,6 @@ protected function getQuoteExpanderPlugins(): array
protected function getManualOrderEntryFormPlugins(): array
{
return [
new ReclamationOrderEntryFormPlugin(),
new CustomersListManualOrderEntryFormPlugin(),
new OrderSourceListFormPlugin(),
new StoreManualOrderEntryFormPlugin(),
Expand Down
4 changes: 2 additions & 2 deletions src/Pyz/Zed/Sales/SalesDependencyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Spryker\Zed\Sales\SalesDependencyProvider as SprykerSalesDependencyProvider;
use Spryker\Zed\SalesProductConnector\Communication\Plugin\Sales\ItemMetadataHydratorPlugin;
use Spryker\Zed\SalesProductConnector\Communication\Plugin\Sales\ProductIdHydratorPlugin;
use Spryker\Zed\SalesReclamation\Communication\Plugin\SalesTablePlugin;
use Spryker\Zed\SalesReclamationGui\Communication\Plugin\Sales\ReclamationSalesTablePlugin;
use Spryker\Zed\Shipment\Communication\Plugin\ShipmentOrderHydratePlugin;

class SalesDependencyProvider extends SprykerSalesDependencyProvider
Expand Down Expand Up @@ -60,7 +60,7 @@ protected function getOrderHydrationPlugins()
protected function getSalesTablePlugins()
{
return [
new SalesTablePlugin(),
new ReclamationSalesTablePlugin(),
];
}
}

0 comments on commit f1d285c

Please sign in to comment.