Prefer number
This commit is contained in:
parent
a1752d2d68
commit
5b675cdaa0
@ -44,7 +44,7 @@ class SoFlexibiliteWebService
|
|||||||
|
|
||||||
// Use local wsdl file - temporary method
|
// Use local wsdl file - temporary method
|
||||||
$useLocalWsdl = Configuration::get('SOFLEXIBILITE_WSDL_LOCAL');
|
$useLocalWsdl = Configuration::get('SOFLEXIBILITE_WSDL_LOCAL');
|
||||||
if ($useLocalWsdl === true) {
|
if ($useLocalWsdl == 1) {
|
||||||
if (file_exists(realpath(__DIR__.'/../').'/wsdl/PointRetraitServiceWS-2.0.wsdl')) {
|
if (file_exists(realpath(__DIR__.'/../').'/wsdl/PointRetraitServiceWS-2.0.wsdl')) {
|
||||||
$this->ws = realpath(__DIR__.'/../').'/wsdl/PointRetraitServiceWS-2.0.wsdl';
|
$this->ws = realpath(__DIR__.'/../').'/wsdl/PointRetraitServiceWS-2.0.wsdl';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user