1. Updated packages
2. Added comments to schema 3. Minor API updates
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user