Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
This commit is contained in:
commit
987d3cf52e
@ -28,9 +28,9 @@ require_once NUSOAP_PATH.'/nusoap.php';
|
|||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
|
|
||||||
//http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl
|
//http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl
|
||||||
$WS_DOL_URL='http://ec.europa.eu/taxation_customs/vies/services/checkVatService';
|
$WS_DOL_URL='https://ec.europa.eu/taxation_customs/vies/services/checkVatService';
|
||||||
//$WS_DOL_URL_WSDL=$WS_DOL_URL.'?wsdl';
|
//$WS_DOL_URL_WSDL=$WS_DOL_URL.'?wsdl';
|
||||||
$WS_DOL_URL_WSDL='http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
|
$WS_DOL_URL_WSDL='https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
|
||||||
$WS_METHOD ='checkVat';
|
$WS_METHOD ='checkVat';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user