feat(xero): add new payments trigger

This commit is contained in:
Rıdvan Akca
2023-11-09 11:56:48 +03:00
parent 6ea7400ff4
commit 3593cf3808
5 changed files with 123 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import newBankTransactions from './new-bank-transactions';
import newPayments from './new-payments';
export default [newBankTransactions];
export default [newBankTransactions, newPayments];