shopify-php-sdk
shopify-php-sdk copied to clipboard
FIX: when request full url, make the url itself query string valid
I want to use a full link(with query string) send request
$client->send($request, [ 'query' => [] ]);
When using GuzzleHttp/Client as the client, this code will remove the query string on my original link
Get the next page through the Shopify Link headers, I want to use this link directly. thanks~