v1.0.9: fix emoji rendering, Pizza label, auto payment methods
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user