mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-02 17:08:09 +02:00
* fix userStripeId race condition * small fixes * fix operations * Update app/src/server/queries.ts Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com> * Update app/src/server/queries.ts Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com> * fix typos and remove console logs * Update PricingPage.tsx * add pricing page tests * add copying .env.client.example --------- Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
4 lines
244 B
Plaintext
4 lines
244 B
Plaintext
# All client-side env vars must start with REACT_APP_ https://wasp-lang.dev/docs/project/env-vars
|
|
|
|
# Find your test url at https://dashboard.stripe.com/test/settings/billing/portal
|
|
REACT_APP_STRIPE_CUSTOMER_PORTAL=https://billing.stripe.com/... |