Last active
October 6, 2021 11:46
-
-
Save cpv123/9ab657c92cf274739f5ad2894d4289b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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