feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
242 changed files with 797 additions and 10677 deletions
Showing only changes of commit a9a10e012d - Show all commits

View File

@ -189,13 +189,13 @@ return [
},
Incoviba\Service\Worker\CheckExternal::class => function(ContainerInterface $container) {
return new Incoviba\Service\Worker\CheckExternal(
$container->get(Psr\Log\LoggerInterface::class),
$container->get('externalLogger'),
$container
);
},
Incoviba\Service\External::class => function(ContainerInterface $container) {
return (new Incoviba\Service\External(
$container->get(Psr\Log\LoggerInterface::class),
$container->get('externalLogger'),
$container->get(Incoviba\Service\Queue::class)
))
->register($container->get(Incoviba\Service\Venta\MediosPago\Toku::class));