fix(teams): preserve original subscription start date (#12742)

This commit is contained in:
Sabe Jones
2020-11-02 04:42:09 -06:00
committed by GitHub
parent f6cb57c22f
commit a7477e137e
@@ -91,7 +91,7 @@ async function addSubToGroupUser (member, group) {
extraMonths: 0,
dateTerminated: null,
lastBillingDate: null,
dateCreated: new Date(),
dateCreated: member.purchased.plan.dateCreated || new Date(),
mysteryItems: [],
consecutive: {
trinkets: 0,