feat(xero): add new payments trigger
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import newBankTransactions from './new-bank-transactions';
|
||||
import newPayments from './new-payments';
|
||||
|
||||
export default [newBankTransactions];
|
||||
export default [newBankTransactions, newPayments];
|
||||
|
Reference in New Issue
Block a user