v1.0.8: fix rapport logos, donation tiers 10/20/50+custom, payment methods, app story

This commit is contained in:
Pepe Ziberi
2026-02-22 10:14:53 +01:00
parent 0784553017
commit 6b96f1ffb1
6 changed files with 94 additions and 53 deletions

View File

@@ -21,7 +21,7 @@ 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'],
payment_method_types: ['card', 'twint', 'link'],
mode: 'payment',
line_items: [
{