add new field for cumulative subscription count

This commit is contained in:
Phillip Thelen
2024-09-27 14:12:52 +02:00
committed by Kalista Payne
parent 30096247b7
commit 4bafafdc8d
5 changed files with 47 additions and 3 deletions
@@ -311,6 +311,9 @@ api.updateHero = {
hero.purchased.plan.consecutive.count = plan.consecutive.count; // eslint-disable-line max-len
}
}
if (plan.cumulativeCount) {
hero.purchased.plan.cumulativeCount = plan.cumulativeCount;
}
}
// give them gems if they got an higher level