1. Updated packages
2. Added comments to schema 3. Minor API updates
This commit is contained in:
@@ -307,7 +307,7 @@ export class LemonSqueezyBillingStrategyService
|
||||
* @description Queries the usage of the metered billing
|
||||
* @param params
|
||||
*/
|
||||
async updateSubscription(
|
||||
async updateSubscriptionItem(
|
||||
params: z.infer<typeof UpdateSubscriptionParamsSchema>,
|
||||
) {
|
||||
const logger = await getLogger();
|
||||
|
||||
Reference in New Issue
Block a user