Skip to content

Commit

Permalink
Updated instructions for generating api credentials in shopify_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemtdwyer committed Oct 5, 2016
1 parent fca50ec commit ec0d373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shopify_api.py
Expand Up @@ -112,7 +112,7 @@ def add(cls, connection):
domain = "%s.myshopify.com" % (connection)
config['domain'] = domain
print("")
print("open https://%s/admin/api in your browser to get API credentials" % (domain))
print("open https://%s/admin/apps/private in your browser to generate API credentials" % (domain))
config['api_key'] = raw_input("API key? ")
config['password'] = raw_input("Password? ")
if not os.path.isdir(cls._shop_config_dir):
Expand Down

0 comments on commit ec0d373

Please sign in to comment.