feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
291 changed files with 936 additions and 12255 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));
},