Open
Description
I have install php-shopify with composer but it seems that autoload.php does not load files properly?
require_once('PHPShopify/autoload.php');
$config = array(
'ShopUrl' => $shop . ".myshopify.com",
'ApiKey' => $api_key,
'Password' => $shared_secret,
);
$shopify = new ShopifySDK($config);