Test Failed
Push — master ( 05d675...f4e7d7 )
by Giancarlos
04:02
created
src/Greenter/Ws/Services/SunatEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Greenter/Factory/FeFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.