|
@@ -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.