mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: allow promo codes
This commit is contained in:
@@ -32,6 +32,7 @@ export async function POST(request: NextRequest) {
|
|||||||
automatic_tax: {
|
automatic_tax: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
allow_promotion_codes: true,
|
||||||
success_url: config.stripe.paymentSuccessUrl,
|
success_url: config.stripe.paymentSuccessUrl,
|
||||||
cancel_url: config.stripe.paymentCancelUrl,
|
cancel_url: config.stripe.paymentCancelUrl,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user