mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
- feat: Optimize tenancy software architecture.
This commit is contained in:
8
server/src/jobs/MailNotifcationSubscribeEnd.ts
Normal file
8
server/src/jobs/MailNotifcationSubscribeEnd.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
export default class MailNotificationSubscribeEnd {
|
||||
|
||||
handler(job) {
|
||||
|
||||
}
|
||||
}
|
||||
6
server/src/jobs/MailNotificationSubscribeEnd.ts
Normal file
6
server/src/jobs/MailNotificationSubscribeEnd.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
export default class MailNotificationSubscribeEnd {
|
||||
|
||||
|
||||
}
|
||||
13
server/src/jobs/SMSNotificationSubscribeEnd.ts
Normal file
13
server/src/jobs/SMSNotificationSubscribeEnd.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
export default class SMSNotificationSubscribeEnd {
|
||||
|
||||
|
||||
|
||||
handler(job) {
|
||||
const { tenantId, subscriptionSlug } = job.attrs.data;
|
||||
|
||||
}
|
||||
}
|
||||
8
server/src/jobs/SMSNotificationTrialEnd.ts
Normal file
8
server/src/jobs/SMSNotificationTrialEnd.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
export default class MailNotificationSubscribeEnd {
|
||||
|
||||
handler(job) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user