Cleanup
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user