Skip to content

Commit

Permalink
Fix cpe endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Jan 13, 2023
1 parent 813f558 commit 81627a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,11 @@ public function getHostSettings()
return [
[
"url" => "https://api-seguridad.sunat.gob.pe/v1",
"description" => "No description provided",
"description" => "Url para obtener el token de autenticacion",
],
[
"url" => "https://api.sunat.gob.pe/v1",
"description" => "No description provided",
"url" => "https://api-cpe.sunat.gob.pe/v1",
"description" => "Url para enviar comprobantes y consultar su estado",
]
];
}
Expand Down

0 comments on commit 81627a3

Please sign in to comment.