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,37 @@
services:
_defaults:
public: true
PsCheckout\Infrastructure\Logger\LoggerFileReader:
class: PsCheckout\Infrastructure\Logger\LoggerFileReader
arguments:
- '@PsCheckout\Infrastructure\Adapter\Validate'
- '@PsCheckout\Infrastructure\Logger\LoggerFileFinder'
PsCheckout\Infrastructure\Logger\LoggerFileFinder:
class: PsCheckout\Infrastructure\Logger\LoggerFileFinder
arguments:
- '@=service("ps_checkout.module").name'
- '@PsCheckout\Infrastructure\Adapter\Context'
- '@PsCheckout\Infrastructure\Adapter\Configuration'
PsCheckout\Infrastructure\Logger\LoggerHandlerFactory:
class: 'PsCheckout\Infrastructure\Logger\LoggerHandlerFactory'
arguments:
- '@PsCheckout\Infrastructure\Adapter\Configuration'
- '@PsCheckout\Infrastructure\Adapter\Context'
- '@=service("ps_checkout.module").name'
Monolog\Handler\HandlerInterface:
class: 'Monolog\Handler\HandlerInterface'
factory: ['@PsCheckout\Infrastructure\Logger\LoggerHandlerFactory', "build"]
PsCheckout\Infrastructure\Logger\LoggerFactory:
class: 'PsCheckout\Infrastructure\Logger\LoggerFactory'
arguments:
- '@=service("ps_checkout.module").name'
- '@Monolog\Handler\HandlerInterface'
Psr\Log\LoggerInterface:
class: 'Psr\Log\LoggerInterface'
factory: ['@PsCheckout\Infrastructure\Logger\LoggerFactory', "build"]