implement payment dsl

This commit is contained in:
Timur Gordon
2025-07-08 22:55:47 +02:00
parent 7619e3b944
commit 525685cce4
16 changed files with 2136 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
# Copy this file to .env and replace with your actual Stripe API keys
# Get your keys from: https://dashboard.stripe.com/apikeys
# Stripe Secret Key (starts with sk_test_ for test mode or sk_live_ for live mode)
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here