@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * FACTURACION SERVICES. |
| 19 | 19 | */ |
| 20 | 20 | const FE_BETA = 'https://e-beta.sunat.gob.pe/ol-ti-itcpfegem-beta/billService'; |
| 21 | - const FE_HOMOLOGACION = 'https://www.sunat.gob.pe/ol-ti-itcpgem-sqa/billService'; |
|
| 21 | + const FE_HOMOLOGACION = 'https://www.sunat.gob.pe/ol-ti-itcpgem-sqa/billService'; |
|
| 22 | 22 | const FE_PRODUCCION = 'https://e-factura.sunat.gob.pe/ol-ti-itcpfegem/billService'; |
| 23 | 23 | const WSDL_ENDPOINT = 'https://e-beta.sunat.gob.pe/ol-ti-itcpfegem-beta/billService?wsdl'; |
| 24 | 24 | |
@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | { |
| 52 | 52 | $xml = $this->builder->build($document); |
| 53 | 53 | |
| 54 | - return $this->getBillResult($xml,$document->getName()); |
|
| 54 | + return $this->getBillResult($xml, $document->getName()); |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | { |
| 63 | 63 | $xml = $this->builder->build($document); |
| 64 | 64 | |
| 65 | - return $this->getSummaryResult($xml,$document->getName()); |
|
| 65 | + return $this->getSummaryResult($xml, $document->getName()); |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |