wip(backend): Work on payment processing
This commit is contained in:
parent
6cccdaf087
commit
cc538e5df2
8 changed files with 117 additions and 52 deletions
|
@ -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 #
|
||||
# #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue