feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
223 changed files with 753 additions and 7428 deletions
Showing only changes of commit 32dc24a783 - Show all commits

View File

@ -146,7 +146,8 @@ return [
Incoviba\Service\Venta\MediosPago\Toku::class => function(ContainerInterface $container) {
return (new Incoviba\Service\Venta\MediosPago\Toku(
$container->get(Psr\Log\LoggerInterface::class)
))->register('customer', $container->get(Incoviba\Service\Venta\MediosPago\Toku\Customer::class))
))
->register('customer', $container->get(Incoviba\Service\Venta\MediosPago\Toku\Customer::class))
->register('subscription', $container->get(Incoviba\Service\Venta\MediosPago\Toku\Subscription::class))
->register('invoice', $container->get(Incoviba\Service\Venta\MediosPago\Toku\Invoice::class));
},