Files
prestashop/modules/psxmarketingwithgoogle/config/common/conversion.yml
2026-04-09 18:31:51 +02:00

14 lines
558 B
YAML

services:
PrestaShop\Module\PsxMarketingWithGoogle\Conversion\EnhancedConversionToggle:
class: PrestaShop\Module\PsxMarketingWithGoogle\Conversion\EnhancedConversionToggle
public: true
arguments:
- '@PrestaShop\Module\PsxMarketingWithGoogle\Adapter\ConfigurationAdapter'
PrestaShop\Module\PsxMarketingWithGoogle\Conversion\UserDataProvider:
class: PrestaShop\Module\PsxMarketingWithGoogle\Conversion\UserDataProvider
public: true
arguments:
- '@psxmarketingwithgoogle.customer'
- '@psxmarketingwithgoogle.cart'