feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
167 changed files with 598 additions and 6352 deletions
Showing only changes of commit 92ae0b4ac2 - Show all commits

View File

@ -153,7 +153,8 @@ return [
},
Incoviba\Service\Venta\MediosPago\Toku::class => function(ContainerInterface $container) {
return (new Incoviba\Service\Venta\MediosPago\Toku(
$container->get('externalLogger')
$container->get('externalLogger'),
$container->get(Incoviba\Common\Define\Connection::class)
))
->register('customer', $container->get(Incoviba\Service\Venta\MediosPago\Toku\Customer::class))
->register('subscription', $container->get(Incoviba\Service\Venta\MediosPago\Toku\Subscription::class))