Cleanup
This commit is contained in:
@ -124,7 +124,6 @@ class Toku extends Controller
|
||||
Service\Queue $queueService, Service\Venta\MediosPago\Toku $tokuService): ResponseInterface
|
||||
{
|
||||
$body = $request->getBody()->getContents();
|
||||
$this->logger->debug("Enqueue: {$body}");
|
||||
$input = json_decode($body, true);
|
||||
$output = [
|
||||
'input' => $input,
|
||||
|
Reference in New Issue
Block a user