You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: