We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b975c commit 1f12160Copy full SHA for 1f12160
components/ee/payment-endpoint/src/chargebee/team-subscription-handler.ts
@@ -89,7 +89,7 @@ export class TeamSubscriptionHandler implements EventHandler<chargebee.Subscript
89
startDate: getStartDate(chargebeeSubscription),
90
endDate: chargebeeSubscription.cancelled_at ? getCancelledAt(chargebeeSubscription) : undefined,
91
quantity,
92
- excludeFromMoreResources: false,
+ excludeFromMoreResources: true,
93
});
94
await db.storeTeamSubscriptionEntry(ts);
95
await this.service.addSlots(ts, quantity);
0 commit comments