1
0
Fork 0

wip(backend): Work on payment processing

This commit is contained in:
joostdecock 2023-07-31 09:03:55 +02:00
parent 6cccdaf087
commit cc538e5df2
8 changed files with 117 additions and 52 deletions

View file

@ -131,6 +131,18 @@ BACKEND_ENABLE_SANITY=no
# Sanity API version
#SANITY_VERSION=v2022-10-31
#####################################################################
# Payments via Stripe #
# #
# We use Stripe as payments processor for patron contributions #
#####################################################################
# Set this to no to disable Stripe payments altogther
BACKEND_ENABLE_PAYMENTS=no
# Stripe API key with permissions to create a payment intent
#BACKEND_STRIPE_CREATE_INTENT_KEY=yourKeyHere
#####################################################################
# Github integration #
# #