FIX: url para borrar
This commit is contained in:
@ -117,6 +117,7 @@ class Invoice extends AbstractEndPoint
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
$request_uri = "/payments";
|
||||||
$this->sendDelete($request_uri, [204], [404, 422], $query);
|
$this->sendDelete($request_uri, [204], [404, 422], $query);
|
||||||
} catch (EmptyResponse $exception) {
|
} catch (EmptyResponse $exception) {
|
||||||
$this->logger->warning($exception, ['request_uri' => $request_uri]);
|
$this->logger->warning($exception, ['request_uri' => $request_uri]);
|
||||||
|
Reference in New Issue
Block a user