Skip to content

Instantly share code, notes, and snippets.

@jackfranklin
Created April 24, 2018 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackfranklin/8b4aeff2543b82c07882f49a550a6a96 to your computer and use it in GitHub Desktop.
Save jackfranklin/8b4aeff2543b82c07882f49a550a6a96 to your computer and use it in GitHub Desktop.
function setupClickAndCollect(divToRenderIn, apiKey) {
parcelpoint.Store.init({
apiKey: apiKey,
country: {
name: 'United Kingdom',
code: 'uk',
},
targetDiv: divToRenderIn,
// more options here, left out
});
// code omitted to save space
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment