diff --git a/app/src/Service/Venta/MediosPago/AbstractEndPoint.php b/app/src/Service/Venta/MediosPago/AbstractEndPoint.php index 86b1575..b421d72 100644 --- a/app/src/Service/Venta/MediosPago/AbstractEndPoint.php +++ b/app/src/Service/Venta/MediosPago/AbstractEndPoint.php @@ -103,6 +103,7 @@ abstract class AbstractEndPoint extends LoggerEnabled implements EndPoint throw new EmptyResponse($request_uri); } $json = json_decode($contents, true); + $this->logger->info('Add Response', $json); return $this->save($json); }