Compare commits

...

4 Commits

Author SHA1 Message Date
cay
edf8a37ddc Resolve .env conflict 2026-04-10 16:45:11 +01:00
cay
7b743e5c57 dfgthjnae 2026-04-10 16:43:37 +01:00
cay
82faf47585 zukltz 2026-04-10 13:25:39 +01:00
cay
bc6cbe7d86 dfhaer 2026-04-10 13:22:24 +01:00

View File

@ -51,7 +51,7 @@ router.post("/shop/checkout", requireLogin, async (req, res) => {
try {
const session = await stripe.checkout.sessions.create({
payment_method_types: ["card", "paypal"],
payment_method_types: ["card"],
line_items: [{
price_data: {
currency: "eur",