Files
medreport_mrb2b/packages/billing/core
Danel Kungla 9ed52dcf02 add readme
delete unrequired configs
2025-09-19 18:07:31 +03:00
..
2025-09-19 17:22:36 +03:00
2025-09-19 18:07:31 +03:00
2025-09-19 17:22:36 +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": "*"
  }
}