mirror of
https://github.com/xtr-dev/payload-billing.git
synced 2025-12-10 10:53:23 +00:00
- Eliminate `createCustomersCollection` from collections and main index files - Update `config.collections` logic to remove customer collection dependency
4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
export { createInvoicesCollection } from './invoices'
|
|
export { createPaymentsCollection } from './payments'
|
|
export { createRefundsCollection } from './refunds'
|