diff --git a/.git.docker b/.git.docker index 4453f1a24e..cd892475a5 100644 --- a/.git.docker +++ b/.git.docker @@ -1 +1 @@ -6f1a7372744d60d1736a2020c2074cba22cca547 +8fde35456e60a7740380fdfdc0cc9170186c27cd diff --git a/composer.lock b/composer.lock index 7bc40d2d94..4abac0dd19 100644 --- a/composer.lock +++ b/composer.lock @@ -37750,20 +37750,20 @@ }, { "name": "spryker/merchant-gui", - "version": "3.12.0", + "version": "3.13.0", "source": { "type": "git", "url": "https://github.com/spryker/merchant-gui.git", - "reference": "8d850b17ddb3a5db38ab90aa6e1c6df049a97654" + "reference": "33d07ac2d4cd3551eede15b3a2a8ec824449385d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-gui/zipball/8d850b17ddb3a5db38ab90aa6e1c6df049a97654", - "reference": "8d850b17ddb3a5db38ab90aa6e1c6df049a97654", + "url": "https://api.github.com/repos/spryker/merchant-gui/zipball/33d07ac2d4cd3551eede15b3a2a8ec824449385d", + "reference": "33d07ac2d4cd3551eede15b3a2a8ec824449385d", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "spryker/availability-gui-extension": "^1.0.0", "spryker/gui": "^3.45.0", "spryker/kernel": "^3.52.0", @@ -37803,9 +37803,9 @@ ], "description": "MerchantGui module", "support": { - "source": "https://github.com/spryker/merchant-gui/tree/3.12.0" + "source": "https://github.com/spryker/merchant-gui/tree/3.13.0" }, - "time": "2024-03-27T10:11:29+00:00" + "time": "2024-10-11T13:05:23+00:00" }, { "name": "spryker/merchant-gui-extension", @@ -39599,16 +39599,16 @@ }, { "name": "spryker/merchant-profile", - "version": "1.6.1", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/spryker/merchant-profile.git", - "reference": "d20b2ad72d139b53165256308667f6e31de5d089" + "reference": "7a7f8cd9b6924dfee8f23b00adec810a7126bdd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-profile/zipball/d20b2ad72d139b53165256308667f6e31de5d089", - "reference": "d20b2ad72d139b53165256308667f6e31de5d089", + "url": "https://api.github.com/repos/spryker/merchant-profile/zipball/7a7f8cd9b6924dfee8f23b00adec810a7126bdd9", + "reference": "7a7f8cd9b6924dfee8f23b00adec810a7126bdd9", "shasum": "" }, "require": { @@ -39648,9 +39648,9 @@ ], "description": "MerchantProfile module", "support": { - "source": "https://github.com/spryker/merchant-profile/tree/1.6.1" + "source": "https://github.com/spryker/merchant-profile/tree/1.7.0" }, - "time": "2024-09-25T13:43:18+00:00" + "time": "2024-10-11T13:05:23+00:00" }, { "name": "spryker/merchant-profile-data-import", diff --git a/src/Pyz/Zed/MerchantGui/MerchantGuiDependencyProvider.php b/src/Pyz/Zed/MerchantGui/MerchantGuiDependencyProvider.php index 96e41049b0..4765e460d2 100644 --- a/src/Pyz/Zed/MerchantGui/MerchantGuiDependencyProvider.php +++ b/src/Pyz/Zed/MerchantGui/MerchantGuiDependencyProvider.php @@ -56,6 +56,16 @@ protected function getMerchantUpdateFormViewExpanderPlugins(): array ]; } + /** + * @return array<\Spryker\Zed\MerchantGuiExtension\Dependency\Plugin\MerchantUpdateFormViewExpanderPluginInterface> + */ + protected function getMerchantViewFormViewExpanderPlugins(): array + { + return [ + new MerchantUserViewMerchantUpdateFormViewExpanderPlugin(), + ]; + } + /** * @return \Spryker\Zed\Kernel\Communication\Form\FormTypeInterface */