Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2021-09-13 21:31:24 -05:00
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export default {
...mapState({ user: 'user.data' }),
bugReportMailto () {
let subscriptionInfo = 'Not Subscribed';
if (this.user.purchased.plan.planId) {
if (this.user.purchased.plan.customerId) {
subscriptionInfo = `
Subscription: ${this.user.purchased.plan.planId}%0d%0a
Payment Platform: ${this.user.purchased.plan.paymentMethod}%0d%0a