Skip to content

ShopifySDK not recognized #139

Open
Open
@DamjanRI

Description

@DamjanRI

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);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions