Files
medreport_mrb2b/packages/billing/core
Danel Kungla 86b86c6752 add health benefit form
fix super admin
2025-07-23 16:33:24 +03:00
..
2025-07-23 16:33:24 +03: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": "*"
    }
}