Add support for custom billing plans

This commit includes updates to the billing schema to allow for the creation of custom billing plans. These types of plans have no line items associated with them. Changes have also been made to properly handle the absence of primary line items in such plans.
This commit is contained in:
giancarlo
2024-05-01 16:26:35 +07:00
parent 9951c82309
commit 898e1c3dbb
4 changed files with 48 additions and 14 deletions

View File

@@ -26,5 +26,5 @@
"lib/**/*.ts",
"app"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", ".next"]
}