@@ -108,7 +108,7 @@ |
||
108 | 108 | $factory = new Factory(); |
109 | 109 | $client = $factory->create(new Client(), 'https://ws.tntbrasil.com.br/servicos/Localizacao?wsdl'); |
110 | 110 | try { |
111 | - $promise = $client->callAsync('localizaMercadoria', $this->buildRequest())->then(function ($response) { |
|
111 | + $promise = $client->callAsync('localizaMercadoria', $this->buildRequest())->then(function($response) { |
|
112 | 112 | var_dump($this, $response); |
113 | 113 | |
114 | 114 | $this->parseResult($response); |