whisper-money/resources/views/mail
Víctor Falcón ac1476eeff
feat(pricing): dynamic Stripe pricing with locale-aware formatting (#204)
## Summary

- **Dynamic Stripe price resolution**: Replaces hardcoded
`stripe_price_id` env vars with lookup-key-based resolution
(`stripe_lookup_key`). A new `php artisan stripe:sync-prices` command
creates/updates Stripe prices from `config/subscriptions.php`
automatically.
- **Locale-aware currency formatting**: Replaces all
`getCurrencySymbol() + toFixed(2)` patterns with `formatCurrency()`
(backed by `Intl.NumberFormat`) across `welcome.tsx`, `paywall.tsx`,
`billing.tsx`, and `step-create-account.tsx`, so symbol position and
separators are correct for the user's locale (e.g. `3,90 €` in Spanish).
- **EUR defaults and updated plan prices**: Cashier currency defaulted
to EUR, plan prices updated to €7.80/month and €46.80/year, and
`pricing.currency` is now shared as an Inertia prop.
- **Promo/discount cleanup**: Removed all FOUNDER discount mentions and
Discord community links from the paywall, landing pricing section, and
invitation email.
2026-03-05 11:41:59 +00:00
..
drip Replace E2E encryption mentions with privacy-first messaging (#124) 2026-02-14 16:59:50 +01:00
updates fix: Discord link 2026-02-18 13:00:30 +01:00
bank-transactions-synced.blade.php Email notification for bank-synced transactions (#113) 2026-02-12 14:05:02 +01:00
banking-connection-auth-failed.blade.php feat(open-banking): add update credentials flow for API-key connections (#154) 2026-02-25 13:41:24 +01:00
user-lead-invitation.blade.php feat(pricing): dynamic Stripe pricing with locale-aware formatting (#204) 2026-03-05 11:41:59 +00:00
verify-email.blade.php chore(mail): update verify email copy to remove personal intro (#185) 2026-03-02 14:10:33 +00:00
waitlist-overtaken.blade.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00
waitlist-referral-notification.blade.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00
waitlist-welcome.blade.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00