feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
172 changed files with 606 additions and 5842 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));