mirror of
https://github.com/xtr-dev/payload-billing.git
synced 2025-12-10 02:43:24 +00:00
Compare commits
1 Commits
v0.1.5
...
claude/iss
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
669a9decd5 |
@@ -1,4 +1,8 @@
|
||||
|
||||
export { billingPlugin } from './plugin/index.js'
|
||||
export { mollieProvider, stripeProvider } from './providers/index.js'
|
||||
export type { BillingPluginConfig, CustomerInfoExtractor } from './plugin/config.js'
|
||||
export type { Invoice, Payment, Refund } from './plugin/types/index.js'
|
||||
export type { PaymentProvider, ProviderData } from './providers/types.js'
|
||||
export type { MollieProviderConfig } from './providers/mollie.js'
|
||||
export type { StripeProviderConfig } from './providers/stripe.js'
|
||||
|
||||
Reference in New Issue
Block a user