dfgthjnae
This commit is contained in:
parent
82faf47585
commit
7b743e5c57
4
.env
4
.env
@ -17,6 +17,6 @@ MAIL_HOST=smtp.ionos.de
|
|||||||
MAIL_USER=register@dynastyofknights.com
|
MAIL_USER=register@dynastyofknights.com
|
||||||
MAIL_PASS=111168-j-62217DwmbwPK
|
MAIL_PASS=111168-j-62217DwmbwPK
|
||||||
|
|
||||||
STRIPE_SECRET_KEY=sk_live_J1d5&Sa0lLHuyxaVCAuOhtzjirtzsd
|
STRIPE_SECRET_KEY=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
|
||||||
STRIPE_WEBHOOK_SECRET=whsec_oaZPQsV2HjDB6oW0fZx+3435687mn3
|
STRIPE_WEBHOOK_SECRET=whsec_byep5YQAyglVulaMMaZsQcysUvMA0QN9
|
||||||
APP_URL=https://spiel.dynastyofknights.com
|
APP_URL=https://spiel.dynastyofknights.com
|
||||||
@ -51,7 +51,7 @@ router.post("/shop/checkout", requireLogin, async (req, res) => {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const session = await stripe.checkout.sessions.create({
|
const session = await stripe.checkout.sessions.create({
|
||||||
payment_method_types: ["card", "paypal"],
|
payment_method_types: ["card"],
|
||||||
line_items: [{
|
line_items: [{
|
||||||
price_data: {
|
price_data: {
|
||||||
currency: "eur",
|
currency: "eur",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user