Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1745 from CTemplar/dev
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
The-Hidden-Hand committed Apr 22, 2022
2 parents 9374a60 + 23f82d1 commit 7d7c5ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export class UsersBillingInfoComponent implements OnDestroy, OnInit {
this.store.dispatch(new UpgradeAccount(this.getSignupData({ stripe_token })));
} else {
// Matomo events for new sign ups
this.matomoTracker.trackEvent('signup', 'stripe', this.planType, this.paymentType);
this.matomoTracker.trackEvent('signup', 'stripe', this.planType);

this.inProgress = true;
this.openAccountInitModal();
Expand Down Expand Up @@ -421,7 +421,7 @@ export class UsersBillingInfoComponent implements OnDestroy, OnInit {
);
} else {
// Matomo events for new sign ups
this.matomoTracker.trackEvent('signup', 'bitcoin', this.planType, this.paymentType);
this.matomoTracker.trackEvent('signup', 'bitcoin', this.planType);

this.inProgress = true;
this.openAccountInitModal();
Expand Down

0 comments on commit 7d7c5ca

Please sign in to comment.