fix(analytics): include client tracking parameter

This commit is contained in:
SabreCat
2022-09-29 15:07:21 -05:00
parent 9890e0079a
commit 4c4d0be31f
2 changed files with 2 additions and 2 deletions

View File

@@ -365,7 +365,7 @@ export default {
eventCategory: 'behavior',
demographics: this.upgradedGroup.demographics,
type: this.paymentData.group.type, // also tried this.upgradedGroup.type
});
}, { trackOnClient: true });
}
this.paymentData = {};
this.$root.$emit('bv::hide::modal', 'payments-success-modal');