This commit is contained in:
Juan Pablo Vial
2025-05-29 19:10:09 -04:00
parent 6c53127c2f
commit 3197802264

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,