Start work for stripe payments

This commit is contained in:
2025-06-29 19:00:25 -07:00
parent b494fef8cc
commit dc36f91353
11 changed files with 164 additions and 15 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ services:
restart: always
environment:
- PaymentService=${Payment_Service}
- StripeKey=${Stripe_Key}
- StripePublicKey=${Stripe_PublicKey}
- StripeApiKey=${Stripe_ApiKey}
- StripeEndpointSecret=&{Stripe_Endpoint_Secret}
- MySQLServer=${MySQL_Server}
- MySQLUser=${MySQL_User}