DEBUG: body
This commit is contained in:
@ -123,6 +123,8 @@ class Toku extends Controller
|
||||
public function enqueue(ServerRequestInterface $request, ResponseInterface $response,
|
||||
Service\Queue $queueService, Service\Venta\MediosPago\Toku $tokuService): ResponseInterface
|
||||
{
|
||||
$body = $request->getBody()->getContents();
|
||||
$this->logger->debug("Enqueue: {$body}");
|
||||
$input = $request->getParsedBody();
|
||||
$output = [
|
||||
'input' => $input,
|
||||
|
Reference in New Issue
Block a user