feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
188 changed files with 657 additions and 6710 deletions
Showing only changes of commit 3197802264 - Show all commits

View File

@ -124,7 +124,6 @@ class Toku extends Controller
Service\Queue $queueService, Service\Venta\MediosPago\Toku $tokuService): ResponseInterface Service\Queue $queueService, Service\Venta\MediosPago\Toku $tokuService): ResponseInterface
{ {
$body = $request->getBody()->getContents(); $body = $request->getBody()->getContents();
$this->logger->debug("Enqueue: {$body}");
$input = json_decode($body, true); $input = json_decode($body, true);
$output = [ $output = [
'input' => $input, 'input' => $input,