diff --git a/src/Configuration.php b/src/Configuration.php index 0820d65..4dc9b53 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -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", ] ]; }