Skip to content

Commit

Permalink
update endpoint from sunat note 230318
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Apr 3, 2018
1 parent 5220c92 commit 55c0bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ws/Services/SunatEndpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class SunatEndpoints
const FE_HOMOLOGACION = 'https://www.sunat.gob.pe/ol-ti-itcpgem-sqa/billService';
const FE_PRODUCCION = 'https://e-factura.sunat.gob.pe/ol-ti-itcpfegem/billService';
const WSDL_ENDPOINT = 'https://e-beta.sunat.gob.pe/ol-ti-itcpfegem-beta/billService?wsdl';
const FE_CONSULTA_CDR = 'https://www.sunat.gob.pe/ol-it-wsconscpegem/billConsultService';
const FE_CONSULTA_CDR = 'https://e-factura.sunat.gob.pe/ol-it-wsconscpegem/billConsultService';

/**
* GUIA REMISION SERVICES.
Expand All @@ -32,5 +32,5 @@ final class SunatEndpoints
* RETENCION Y PERCEPCION SERVICES.
*/
const RETENCION_BETA = 'https://e-beta.sunat.gob.pe/ol-ti-itemision-otroscpe-gem-beta/billService';
const RETENCION_PRODUCCION = 'https://www.sunat.gob.pe/ol-ti-itemision-otroscpe-gem/billService';
const RETENCION_PRODUCCION = 'https://e-factura.sunat.gob.pe/ol-ti-itemision-otroscpe-gem/billService';
}

0 comments on commit 55c0bee

Please sign in to comment.