dfgthjnae

This commit is contained in:
cay 2026-04-10 16:43:37 +01:00
parent 82faf47585
commit 7b743e5c57
2 changed files with 3 additions and 3 deletions

4
.env
View File

@ -17,6 +17,6 @@ MAIL_HOST=smtp.ionos.de
MAIL_USER=register@dynastyofknights.com
MAIL_PASS=111168-j-62217DwmbwPK
STRIPE_SECRET_KEY=sk_live_J1d5&Sa0lLHuyxaVCAuOhtzjirtzsd
STRIPE_WEBHOOK_SECRET=whsec_oaZPQsV2HjDB6oW0fZx+3435687mn3
STRIPE_SECRET_KEY=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
STRIPE_WEBHOOK_SECRET=whsec_byep5YQAyglVulaMMaZsQcysUvMA0QN9
APP_URL=https://spiel.dynastyofknights.com

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",