add new field for cumulative subscription count
This commit is contained in:
committed by
Kalista Payne
parent
30096247b7
commit
4bafafdc8d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user