implement payment dsl
This commit is contained in:
5
src/dsl/examples/payment/.env.example
Normal file
5
src/dsl/examples/payment/.env.example
Normal 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
|
Reference in New Issue
Block a user