Passed
Push — master ( f3db3e...d3c8d8 )
by JAIME ELMER
02:16
created
src/Sunat/ServiceGateway.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,7 @@
 block discarded – undo
11 11
     public static function sendBill($zipName) {
12 12
 //        $invoiceName = substr($zipName, 0, -3) . 'xml';
13 13
         $service_url = F72X::isProductionMode() ?
14
-                SunatVars::SUNAT_SERVICE_URL_PROD :
15
-                SunatVars::SUNAT_SERVICE_URL_BETA;
14
+                SunatVars::SUNAT_SERVICE_URL_PROD : SunatVars::SUNAT_SERVICE_URL_BETA;
16 15
 
17 16
         $fileDir = Company::getRepositoryPath();
18 17
         $contentFile = file_get_contents("$fileDir/zip/$zipName");
Please login to merge, or discard this patch.