From bbe95dcbc5471a04708a9de811443dbb406e5bf4 Mon Sep 17 00:00:00 2001 From: IceToast Date: Fri, 17 Dec 2021 11:38:40 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=93=9D=20updated=20.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 29512c67..8cb54a6c 100644 --- a/.env.example +++ b/.env.example @@ -29,12 +29,12 @@ PAYPAL_EMAIL= #stripe details, you only need "test" for testing! you can do this by setting the APP_ENV to local STRIPE_TEST_SECRET= STRIPE_SECRET= -#https://dashboard.stripe.com/webhooks +#https://dashboard.stripe.com/webhooks -> webhook route: /payment/StripeWebhooks STRIPE_ENDPOINT_TEST_SECRET= STRIPE_ENDPOINT_SECRET= - #stripe payment methods, comma seperated list of methods you want to support: #read into https://stripe.com/docs/payments/payment-methods/integration-options and/or https://stripe.com/docs/payments/payment-methods/overview +#Method needs to support the currency STRIPE_METHODS= #set-up for extra discord verification