mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: allow promo codes
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user