Files
myeasycms-v2/packages/billing/core
gbuomprisco bb6f26f240 Update and refactor billing services and types
Several updates and refactorings have been made to the billing services and types. The "onInvoicePaid" method and some types related to line items have been removed. The comments and arguments for the "verifyWebhookSignature" and "handleWebhookEvent" methods in service classes have been updated for clarity. The "onEvent" method's arguments have also been adjusted in multiple places to improve consistency.
2024-06-11 23:35:32 +08:00
..
2024-04-01 21:43:18 +08: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": "*"
    }
}