We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5ed2e commit 898bfa5Copy full SHA for 898bfa5
packages/plugins/nft-checkout-plugin/src/embed.ts
@@ -70,7 +70,7 @@ export class NFTCheckoutEmbed {
70
if (this.isInitialized) throw new Error("Already initialized");
71
if (this.getIframe()) throw new Error("Already initialized NFT Checkout iframe");
72
const {
73
- buildEnv = NFT_CHECKOUT_BUILD_ENV.DEVELOPMENT, // TODO: use production by default once we have it
+ buildEnv = NFT_CHECKOUT_BUILD_ENV.TESTING, // TODO: use production by default once we have it
74
whiteLabel,
75
} = params;
76
this.buildEnv = buildEnv;
0 commit comments