first commit
This commit is contained in:
12
modules/psxmarketingwithgoogle/config/admin/accounts.yml
Normal file
12
modules/psxmarketingwithgoogle/config/admin/accounts.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
PrestaShop\PsAccountsInstaller\Installer\Installer:
|
||||
class: 'PrestaShop\PsAccountsInstaller\Installer\Installer'
|
||||
public: true
|
||||
arguments:
|
||||
- '5.0.2'
|
||||
|
||||
PrestaShop\PsAccountsInstaller\Installer\Facade\PsAccounts:
|
||||
class: 'PrestaShop\PsAccountsInstaller\Installer\Facade\PsAccounts'
|
||||
public: true
|
||||
arguments:
|
||||
- '@PrestaShop\PsAccountsInstaller\Installer\Installer'
|
||||
11
modules/psxmarketingwithgoogle/config/admin/builder.yml
Normal file
11
modules/psxmarketingwithgoogle/config/admin/builder.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Builder\CarrierBuilder:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Builder\CarrierBuilder
|
||||
public: true
|
||||
arguments:
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\CarrierRepository'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\CountryRepository'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\StateRepository'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\TaxRepository'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Adapter\ConfigurationAdapter'
|
||||
|
||||
11
modules/psxmarketingwithgoogle/config/admin/index.php
Normal file
11
modules/psxmarketingwithgoogle/config/admin/index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
17
modules/psxmarketingwithgoogle/config/admin/installer.yml
Normal file
17
modules/psxmarketingwithgoogle/config/admin/installer.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Database\Installer:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Database\Installer
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Tracker\Segment'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Handler\ErrorHandler'
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Database\Uninstaller:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Database\Uninstaller
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\TabRepository'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Tracker\Segment'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Handler\ErrorHandler'
|
||||
12
modules/psxmarketingwithgoogle/config/admin/provider.yml
Normal file
12
modules/psxmarketingwithgoogle/config/admin/provider.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Provider\CarrierDataProvider:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Provider\CarrierDataProvider
|
||||
public: true
|
||||
arguments:
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Adapter\ConfigurationAdapter'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Builder\CarrierBuilder'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\CarrierRepository'
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Provider\GoogleTagProvider:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Provider\GoogleTagProvider
|
||||
public: true
|
||||
6
modules/psxmarketingwithgoogle/config/admin/services.yml
Normal file
6
modules/psxmarketingwithgoogle/config/admin/services.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
imports:
|
||||
- { resource: ../common.yml }
|
||||
- { resource: accounts.yml }
|
||||
- { resource: installer.yml }
|
||||
- { resource: builder.yml }
|
||||
- { resource: provider.yml }
|
||||
Reference in New Issue
Block a user