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