|
18 | 18 | use SeQura\Core\BusinessLogic\Domain\Integration\Disconnect\DisconnectServiceInterface; |
19 | 19 | use SeQura\Core\BusinessLogic\Domain\Integration\Version\VersionServiceInterface; |
20 | 20 | use SeQura\Core\BusinessLogic\Domain\Order\Models\SeQuraOrder; |
21 | | -use SeQura\Core\BusinessLogic\Domain\StoreIntegration\ProxyContracts\StoreIntegrationsProxyInterface; |
22 | 21 | use SeQura\Core\BusinessLogic\Providers\QueueNameProvider\Contract\QueueNameProviderInterface; |
23 | | -use SeQura\Core\BusinessLogic\SeQuraAPI\Factories\ConnectionProxyFactory; |
24 | 22 | use SeQura\Core\BusinessLogic\Utility\EncryptorInterface; |
25 | 23 | use SeQura\Core\Infrastructure\Configuration\ConfigEntity; |
26 | 24 | use SeQura\Core\Infrastructure\Logger\Interfaces\ShopLoggerAdapter; |
|
39 | 37 | use SeQura\Middleware\Service\BusinessLogic\DisconnectService; |
40 | 38 | use SeQura\Middleware\Service\BusinessLogic\VersionService; |
41 | 39 | use SeQura\Middleware\Service\Infrastructure\LoggerService; |
42 | | -use SeQura\Middleware\StoreIntegration\MerchantIdAwareStoreIntegrationProxy; |
43 | 40 | use SeQura\Middleware\Tenant\Entity\Tenant; |
44 | 41 | use SeQura\Middleware\Tenant\Service\TenantService; |
45 | 42 | use SeQura\Middleware\Utility\Encryptor; |
@@ -109,15 +106,6 @@ static function () { |
109 | 106 | return new DisconnectService(); |
110 | 107 | } |
111 | 108 | ); |
112 | | - |
113 | | - ServiceRegister::registerService( |
114 | | - StoreIntegrationsProxyInterface::class, |
115 | | - static function () { |
116 | | - return new MerchantIdAwareStoreIntegrationProxy( |
117 | | - ServiceRegister::getService(ConnectionProxyFactory::class) |
118 | | - ); |
119 | | - } |
120 | | - ); |
121 | 109 | } |
122 | 110 |
|
123 | 111 | /** |
|
0 commit comments