Commit 12117b7e authored by 王源's avatar 王源 🎧

fix bug

parent 308304d3
......@@ -26,7 +26,7 @@ class Graphql extends AbstractShopify
{
if (!$url) $url = $this->generateUrl();
$response = HttpRequestGraphQL::post($url, $graphQL, $this->httpHeaders, $variables);
return $this->processResponseOld($response);
return $this->processResponse($response);
}
public function get($urlParams = array(), $url = null, $dataKey = null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment