|
@@ -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: <your.controlpanel.gg>/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
|