feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
150 changed files with 577 additions and 5303 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))