We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa61d16 commit 1103032Copy full SHA for 1103032
lib/AbstractResource.php
@@ -19,7 +19,7 @@ public function __construct($data = array())
19
$this->{$key} = $value;
20
}
21
22
-
+
23
/**
24
* Make a call to Shopify API Server
25
* @param string $path URL to request
@@ -30,8 +30,7 @@ public function __construct($data = array())
30
*/
31
public static function call($path, $method = 'GET', $params = array())
32
{
33
- $data = \Shopify\Shopify::call($path, $method, $params);
34
- return $data;
+ return \Shopify\Shopify::call($path, $method, $params);
35
36
37
0 commit comments