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