Point billing clients at /monetization/ instead of /finance/.
Unit Tests / test (pull_request) Failing after 11s

Align FE with backend finance→monetization rename (api/monetization);
backend keeps /api/finance as alias only.
This commit is contained in:
2026-08-04 05:36:11 -05:00
parent 75a0d7f637
commit bf8f6ea1d2
11 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
| Runtime | Checkout / manage | Ledger |
|---------|-------------------|--------|
| Web (`!isNativePlatform`) | Stripe Checkout + Customer Portal via `/finance/...` | Stripe webhooks |
| Web (`!isNativePlatform`) | Stripe Checkout + Customer Portal via `/monetization/...` | Stripe webhooks |
| Native Capacitor | RevenueCat IAP (`@revenuecat/purchases-capacitor`) | RevenueCat webhooks → same invoice/payment tables |
FE displays whatever `/finance/invoices/` (and subscription) returns after refresh. Provider badge uses `provider` + `revenuecat_store`.
FE displays whatever `/monetization/invoices/` (and subscription) returns after refresh. Provider badge uses `provider` + `revenuecat_store`.
## App user id