account_membership is not updated by this time
This commit is contained in:
@@ -173,9 +173,6 @@ export const acceptInvitationAction = enhanceAction(
|
|||||||
throw new Error('Failed to accept invitation');
|
throw new Error('Failed to accept invitation');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure new account gets company benefits added to balance
|
|
||||||
await accountBalanceService.processPeriodicBenefitDistributions();
|
|
||||||
|
|
||||||
// Increase the seats for the account
|
// Increase the seats for the account
|
||||||
await perSeatBillingService.increaseSeats(accountId);
|
await perSeatBillingService.increaseSeats(accountId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user