diff --git a/app/api/stripe/checkout/route.ts b/app/api/stripe/checkout/route.ts index ef260b2..ebf94bd 100644 --- a/app/api/stripe/checkout/route.ts +++ b/app/api/stripe/checkout/route.ts @@ -32,6 +32,7 @@ export async function POST(request: NextRequest) { automatic_tax: { enabled: true, }, + allow_promotion_codes: true, success_url: config.stripe.paymentSuccessUrl, cancel_url: config.stripe.paymentCancelUrl, })