mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(server): move updating plaid transactions to background job
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
onNotifiedSms: 'onSaleInvoiceNotifiedSms',
|
||||
|
||||
onNotifyMail: 'onSaleInvoiceNotifyMail',
|
||||
onNotifyReminderMail: 'onSaleInvoiceNotifyReminderMail'
|
||||
onNotifyReminderMail: 'onSaleInvoiceNotifyReminderMail',
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -164,7 +164,7 @@ export default {
|
||||
onRejecting: 'onSaleEstimateRejecting',
|
||||
onRejected: 'onSaleEstimateRejected',
|
||||
|
||||
onNotifyMail: 'onSaleEstimateNotifyMail'
|
||||
onNotifyMail: 'onSaleEstimateNotifyMail',
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -580,6 +580,10 @@ export default {
|
||||
onActivated: 'onTaxRateActivated',
|
||||
|
||||
onInactivating: 'onTaxRateInactivating',
|
||||
onInactivated: 'onTaxRateInactivated'
|
||||
onInactivated: 'onTaxRateInactivated',
|
||||
},
|
||||
|
||||
plaid: {
|
||||
onItemCreated: 'onPlaidItemCreated',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user