File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ STRIPE_MODE=
6565# Toggle Stripe payments for Shop checkout flows.
6666STRIPE_PAYMENTS_ENABLED =
6767
68- # Required when Stripe payments are enabled .
68+ # Required when PAYMENTS_ENABLED enables Shop payments and Stripe is used as an active payment rail .
6969# In production-like runtime, invalid or placeholder config must fail closed.
7070STRIPE_SECRET_KEY =
7171STRIPE_WEBHOOK_SECRET =
@@ -75,9 +75,10 @@ STRIPE_WEBHOOK_SECRET=
7575MONO_API_BASE =
7676
7777# Optional invoice timeout override in milliseconds.
78+ # Default fallback: 8000 in production, 12000 outside production.
7879MONO_INVOICE_TIMEOUT_MS =
7980
80- # Required when Monobank checkout/webhooks are enabled .
81+ # Required when PAYMENTS_ENABLED enables Shop payments and Monobank is used as an active payment rail .
8182# In production-like runtime, invalid or placeholder config must fail closed.
8283MONO_MERCHANT_TOKEN =
8384MONO_PUBLIC_KEY =
You can’t perform that action at this time.
0 commit comments