You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
feat: email template for subscription price changes due to tax (#4386)
* feat: subscription tax change email * feat: wording * feat: subscription id var for support & finalize tax change email script
This commit is contained in:
@@ -16,6 +16,9 @@ export default {
|
||||
'payout-available': () => import('./templates/account/PayoutAvailable.vue'),
|
||||
'personal-access-token-created': () => import('./templates/account/PATCreated.vue'),
|
||||
|
||||
// Subscriptions
|
||||
'subscription-tax-change': () => import('./templates/account/SubscriptionTaxChange.vue'),
|
||||
|
||||
// Moderation
|
||||
'report-submitted': () => import('./templates/moderation/ReportSubmitted.vue'),
|
||||
'report-status-updated': () => import('./templates/moderation/ReportStatusUpdated.vue'),
|
||||
|
||||
Reference in New Issue
Block a user