FIX: url para borrar

This commit is contained in:
Juan Pablo Vial
2025-06-10 17:29:39 -04:00
parent 823f97ce5f
commit 11c64cb10f

View File

@ -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]);