Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
services:
PrestaShop\Module\PrestashopFacebook\API\Client\FacebookCategoryClient:
class: PrestaShop\Module\PrestashopFacebook\API\Client\FacebookCategoryClient
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Factory\PsApiClientFactory'
- '@PrestaShop\Module\PrestashopFacebook\Repository\GoogleCategoryRepository'
PrestaShop\Module\PrestashopFacebook\API\Client\FacebookClient:
class: PrestaShop\Module\PrestashopFacebook\API\Client\FacebookClient
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Factory\FacebookEssentialsApiClientFactory'
- '@PrestaShop\Module\PrestashopFacebook\Provider\AccessTokenProvider'
- '@PrestaShop\Module\PrestashopFacebook\Adapter\ConfigurationAdapter'
- '@PrestaShop\Module\PrestashopFacebook\Handler\ConfigurationHandler'
PrestaShop\Module\PrestashopFacebook\API\EventSubscriber\AccountSuspendedSubscriber:
class: PrestaShop\Module\PrestashopFacebook\API\EventSubscriber\AccountSuspendedSubscriber
public: true
arguments:
- '@PrestaShop\Module\PrestashopFacebook\Adapter\ConfigurationAdapter'
PrestaShop\Module\PrestashopFacebook\API\EventSubscriber\ApiErrorSubscriber:
class: PrestaShop\Module\PrestashopFacebook\API\EventSubscriber\ApiErrorSubscriber
public: true