mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 21:21:06 +00:00
Basic billing page is working
This commit is contained in:
parent
be60d66ce3
commit
4139a7b73f
14 changed files with 451 additions and 644 deletions
|
|
@ -14,7 +14,7 @@ import { usageService } from "@server/lib/billing/usageService";
|
|||
import { FeatureId } from "@server/lib/billing";
|
||||
import { build } from "@server/build";
|
||||
import { calculateUserClientsForOrgs } from "@server/lib/calculateUserClientsForOrgs";
|
||||
import { isSubscribed } from "@server/private/lib/isSubscribed";
|
||||
import { isSubscribed } from "#dynamic/lib/isSubscribed";
|
||||
|
||||
const paramsSchema = z.strictObject({
|
||||
orgId: z.string().nonempty()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue