mallgroup / mpapi-client-php

MPAPI client is a PHP tool created to help Internet Mall, a. s. partners easily manage article catalog, deliveries, orders, etc. using Mall Marketplace API.
Apache License 2.0
6 stars 19 forks source link

Fixed condition in Client (getHttpClient method) #10

Closed the-papi closed 5 years ago

the-papi commented 6 years ago

getHttpClient everytime creates new httpClient, because $this->httpClient can't be instance of Client. I think you wanted to check if $this->httpClient is instance of HttpClient instead of Client.

michalsalon-mall commented 5 years ago

Issue was fixed in v3.8.0