download all files

This commit is contained in:
Roman Pyrih
2025-06-24 14:14:35 +02:00
parent ebed09c00b
commit 4c71b5d9c2
72007 changed files with 10407727 additions and 40029 deletions

View File

@@ -0,0 +1,24 @@
services:
PrestaShop\Module\PsEventbus\Api\SyncApiClient:
class: PrestaShop\Module\PsEventbus\Api\SyncApiClient
public: true
arguments:
- '%ps_eventbus.sync_api_url%'
- '@ps_eventbus'
- '@PrestaShop\Module\PsEventbus\Service\PsAccountsAdapterService'
PrestaShop\Module\PsEventbus\Api\LiveSyncApiClient:
class: PrestaShop\Module\PsEventbus\Api\LiveSyncApiClient
public: true
arguments:
- '%ps_eventbus.live_sync_api_url%'
- '@ps_eventbus'
- '@PrestaShop\Module\PsEventbus\Service\PsAccountsAdapterService'
PrestaShop\Module\PsEventbus\Api\CollectorApiClient:
class: PrestaShop\Module\PsEventbus\Api\CollectorApiClient
public: true
arguments:
- '%ps_eventbus.proxy_api_url%'
- '@ps_eventbus'
- '@PrestaShop\Module\PsEventbus\Service\PsAccountsAdapterService'