v1.0.9: fix emoji rendering, Pizza label, auto payment methods

This commit is contained in:
Pepe Ziberi
2026-02-22 10:43:23 +01:00
parent 6b96f1ffb1
commit cb575f9a82
4 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,6 @@ export async function POST(req: NextRequest) {
const origin = req.headers.get('origin') || req.nextUrl.origin
const session = await stripe.checkout.sessions.create({
payment_method_types: ['card', 'twint', 'link'],
mode: 'payment',
line_items: [
{