feat(invoice-ninja): add create payment action

This commit is contained in:
Rıdvan Akca
2023-10-11 15:51:13 +03:00
parent 0121661ad0
commit f0de42fa63
6 changed files with 194 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import listClients from './list-clients';
import listInvoices from './list-invoices';
export default [listClients];
export default [listClients, listInvoices];