Skip to content

Commit

Permalink
Merge branch 'fix/url-server' into 'master'
Browse files Browse the repository at this point in the history
Исправление адреса сервиса

See merge request web/guayaquillib!4
  • Loading branch information
Искорцев Дмитрий committed Apr 12, 2022
2 parents 3688417 + 4d9524d commit 5e32738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/GuayaquilSoapWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ function getSoapClient($laximoOem = true)

if ($laximoOem) {
$options['uri'] = 'http://WebCatalog.Kito.ec';
$options['location'] = ($this->authMethod == 'certificate' ? 'https' : 'http').'://ws.avtosoft.net/ec.Kito.WebCatalog/services/Catalog.CatalogHttpSoap11Endpoint/';
$options['location'] = ($this->authMethod == 'certificate' ? 'https' : 'http').'://aws.laximo.ru/ec.Kito.WebCatalog/services/Catalog.CatalogHttpSoap11Endpoint/';
} else {
$options['uri'] = 'http://Aftermarket.Kito.ec';
$options['location'] = ($this->authMethod == 'certificate' ? 'https' : 'http').'://aws.laximo.net/ec.Kito.Aftermarket/services/Catalog.CatalogHttpSoap11Endpoint/';
$options['location'] = ($this->authMethod == 'certificate' ? 'https' : 'http').'://aws.laximo.ru/ec.Kito.Aftermarket/services/Catalog.CatalogHttpSoap11Endpoint/';
}

if ($this->authMethod == 'certificate') {
Expand Down

0 comments on commit 5e32738

Please sign in to comment.