v1.0.8: fix rapport logos, donation tiers 10/20/50+custom, payment methods, app story
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user