Skip to content

Commit

Permalink
Merge pull request #415 from spryker-shop/feature/acp-3824-integration
Browse files Browse the repository at this point in the history
ACP-3824: updated composer, Added acl plugin
  • Loading branch information
vol4onok authored Sep 11, 2024
2 parents 32bbace + 711dd4e commit ddf8e08
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
64 changes: 32 additions & 32 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 @@ -81,6 +81,7 @@
use Spryker\Zed\SalesMerchantCommission\Communication\Plugin\AclMerchantPortal\SalesMerchantCommissionMerchantAclEntityRuleExpanderPlugin;
use Spryker\Zed\SalesMerchantPortalGui\Communication\Plugin\AclMerchantPortal\SalesMerchantPortalGuiMerchantAclRuleExpanderPlugin;
use Spryker\Zed\SalesOrderThreshold\Communication\Plugin\AclMerchantPortal\SalesOrderThresholdAclEntityConfigurationExpanderPlugin;
use Spryker\Zed\SalesPaymentMerchant\Communication\Plugin\AclMerchantPortal\SalesPaymentMerchantAclEntityConfigurationExpanderPlugin;
use Spryker\Zed\SecurityMerchantPortalGui\Communication\Plugin\AclMerchantPortal\SecurityMerchantPortalGuiMerchantUserAclRuleExpanderPlugin;
use Spryker\Zed\ServicePoint\Communication\Plugin\AclMerchantPortal\ServiceAclEntityConfigurationExpanderPlugin;
use Spryker\Zed\Shipment\Communication\Plugin\AclMerchantPortal\ShipmentAclEntityConfigurationExpanderPlugin;
Expand Down Expand Up @@ -212,6 +213,7 @@ protected function getAclEntityConfigurationExpanderPlugins(): array
new SalesAclEntityConfigurationExpanderPlugin(),
new SalesInvoiceAclEntityConfigurationExpanderPlugin(),
new SalesOrderThresholdAclEntityConfigurationExpanderPlugin(),
new SalesPaymentMerchantAclEntityConfigurationExpanderPlugin(),
new ShipmentAclEntityConfigurationExpanderPlugin(),
new StateMachineAclEntityConfigurationExpanderPlugin(),
new StockAclEntityConfigurationExpanderPlugin(),
Expand Down

0 comments on commit ddf8e08

Please sign in to comment.