Skip to content

Commit 1f12160

Browse files
jankeromnesroboquat
authored andcommitted
[payment] Set excludeFromMoreResources to true by default
1 parent 38b975c commit 1f12160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ee/payment-endpoint/src/chargebee/team-subscription-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class TeamSubscriptionHandler implements EventHandler<chargebee.Subscript
8989
startDate: getStartDate(chargebeeSubscription),
9090
endDate: chargebeeSubscription.cancelled_at ? getCancelledAt(chargebeeSubscription) : undefined,
9191
quantity,
92-
excludeFromMoreResources: false,
92+
excludeFromMoreResources: true,
9393
});
9494
await db.storeTeamSubscriptionEntry(ts);
9595
await this.service.addSlots(ts, quantity);

0 commit comments

Comments
 (0)