ShopifyExtras / PHP-Shopify-API-Wrapper

Shopify PHP (Guzzle) API Wrapper
http://www.zapiet.com/
MIT License
118 stars 68 forks source link

Multiple clients #18

Open sebmaynard opened 9 years ago

sebmaynard commented 9 years ago

Hi,

I'm trying to instantiate multiple clients; I got it working just fine with 1 client, but if I create 2 $client1 = new Shopify\Client(); ... $client2 = new Shopify\Client(); ...

then any call I make with $client2 still uses the shop url from $client1...

Thanks!

sebmaynard commented 9 years ago

I've submitted a pull request to make this not break :)

19