fix(teams): preserve original subscription start date (#12742)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user