Skip to content

Commit

Permalink
Update Facturacom33.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gogl92 authored Jan 16, 2018
1 parent 8c1e78e commit 3547931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facturacom33.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function cancelFactura($uid)
{
$this->API_VERSION = 'api/v3';
try {
return $this->booleanResponse($this->sendRequest('get', "$uid/cancel"));
return $this->booleanResponse($this->sendRequest('get', "cfdi33/$uid/cancel"));
} catch (\Exception $exception) {
return new Error(500, $exception->getMessage());
}
Expand Down

0 comments on commit 3547931

Please sign in to comment.