diff --git a/app/src/Service/Venta/MediosPago/Toku/Invoice.php b/app/src/Service/Venta/MediosPago/Toku/Invoice.php index 9ff18cf..b22ba71 100644 --- a/app/src/Service/Venta/MediosPago/Toku/Invoice.php +++ b/app/src/Service/Venta/MediosPago/Toku/Invoice.php @@ -117,6 +117,7 @@ class Invoice extends AbstractEndPoint ]; } try { + $request_uri = "/payments"; $this->sendDelete($request_uri, [204], [404, 422], $query); } catch (EmptyResponse $exception) { $this->logger->warning($exception, ['request_uri' => $request_uri]);