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 a291bec commit b9fe8e6Copy full SHA for b9fe8e6
examples/nextjs/app/page.tsx
@@ -9,7 +9,6 @@ export default async function Home() {
9
unstable_noStore();
10
const session = await createCheckoutSession(
11
{
12
- environment: process.env.NEXT_PUBLIC_GODADDY_ENV as any | 'prod',
13
returnUrl: 'https://godaddy.com',
14
successUrl: 'https://godaddy.com/success',
15
draftOrderId: process.env.NEXT_PUBLIC_GODADDY_DRAFT_ORDER_ID || '',
0 commit comments