feat: allow promo codes

This commit is contained in:
Vasily Zubarev
2025-04-28 09:56:28 +02:00
parent 1fe0cc25a7
commit 26ab51f9d4

View File

@@ -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,
})