This update refines the process of creating a billing schema by filtering out metered line items. The change is necessary as metered line items can be shared across different plans, potentially causing conflicts or duplicates in the schema.
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": "*"
}
}