Skip to content

Instantly share code, notes, and snippets.

@sarachisholm
Created February 7, 2017 13:41
Show Gist options
  • Save sarachisholm/9ce76c87def2517bd827bbc2288f927f to your computer and use it in GitHub Desktop.
Save sarachisholm/9ce76c87def2517bd827bbc2288f927f to your computer and use it in GitHub Desktop.
var client = ShopifyBuy.buildClient({
apiKey: 'bf081e860bc9dc1ce0654fdfbc20892d',
domain: 'embeds.myshopify.com',
appId: '6'
});
var $product = $('#product');
var $cart = $('#cart');
var $total = $('#total');
var $checkout = $('#checkout');
});
@steventsvetkov
Copy link

You probably don't want to publicly expose sensitive data, such as API keys. Secret gists ftw!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment