Skip to content

Commit 8730038

Browse files
liudmylasovetovsViktorSvertoka
authored andcommitted
(SP: 1)[SHOP] clarify payment env example comments for provider gating and defaults
1 parent 535c567 commit 8730038

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ STRIPE_MODE=
6565
# Toggle Stripe payments for Shop checkout flows.
6666
STRIPE_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.
7070
STRIPE_SECRET_KEY=
7171
STRIPE_WEBHOOK_SECRET=
@@ -75,9 +75,10 @@ STRIPE_WEBHOOK_SECRET=
7575
MONO_API_BASE=
7676

7777
# Optional invoice timeout override in milliseconds.
78+
# Default fallback: 8000 in production, 12000 outside production.
7879
MONO_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.
8283
MONO_MERCHANT_TOKEN=
8384
MONO_PUBLIC_KEY=

0 commit comments

Comments
 (0)