Files
myeasycms-v2/packages/billing/core
Giancarlo Buomprisco 50337298fd Dependencies Updates, Sidebar fixes, default plan, Radix single package (#297)
* Refactor Radix UI imports and update package dependencies, fix Sidebar "group" references, add default value to plan picker to preselect a plan
2025-07-11 17:57:27 +08:00
..
2025-06-13 17:45:55 +08:00
2025-02-07 11:38:29 +08:00
2025-01-13 02:33:05 +07:00
2024-04-01 21:43:18 +08:00

Billing - @kit/billing

This package is responsible for managing billing and subscription related operations.

Make sure the app installs the @kit/billing package before using it.

{
    "name": "my-app",
    "dependencies": {
        "@kit/billing": "*"
    }
}