1. Updated packages

2. Added comments to schema
3. Minor API updates
This commit is contained in:
giancarlo
2024-04-27 14:39:28 +07:00
parent 259e6ba555
commit 07deb28e12
26 changed files with 2138 additions and 2243 deletions

View File

@@ -273,11 +273,11 @@ export class StripeBillingStrategyService
}
/**
* @name updateSubscription
* @name updateSubscriptionItem
* @description Updates a subscription
* @param params
*/
async updateSubscription(
async updateSubscriptionItem(
params: z.infer<typeof UpdateSubscriptionParamsSchema>,
) {
const stripe = await this.stripeProvider();