Skip to content

Commit 898bfa5

Browse files
committed
use testing env as default
1 parent 5b5ed2e commit 898bfa5

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/nft-checkout-plugin/src

1 file changed

+1
-1
lines changed

packages/plugins/nft-checkout-plugin/src/embed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class NFTCheckoutEmbed {
7070
if (this.isInitialized) throw new Error("Already initialized");
7171
if (this.getIframe()) throw new Error("Already initialized NFT Checkout iframe");
7272
const {
73-
buildEnv = NFT_CHECKOUT_BUILD_ENV.DEVELOPMENT, // TODO: use production by default once we have it
73+
buildEnv = NFT_CHECKOUT_BUILD_ENV.TESTING, // TODO: use production by default once we have it
7474
whiteLabel,
7575
} = params;
7676
this.buildEnv = buildEnv;

0 commit comments

Comments
 (0)