Skip to content

Instantly share code, notes, and snippets.

@cpv123
Last active October 6, 2021 11:46
Show Gist options
  • Save cpv123/9ab657c92cf274739f5ad2894d4289b6 to your computer and use it in GitHub Desktop.
Save cpv123/9ab657c92cf274739f5ad2894d4289b6 to your computer and use it in GitHub Desktop.
import Commerce from "@chec/commerce.js";
const commercePublicKey = process.env.COMMERCEJS_PUBLIC_KEY;
export const commerce = new Commerce(commercePublicKey);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment