UNPKG

@filanodev/paygate-vue

Version:

PayGateGlobal Vue.js plugin with composables - Support FLOOZ and T-Money

26 lines (21 loc) 530 B
// Plugin principal export { default as PayGatePlugin, createPayGate } from './plugin' // Composables export * from './composables' // Components export * from './components' // Types export * from './types' // Re-export des types du core export type { PayGateConfig, PayGateNetwork, InitiatePaymentParams, GeneratePaymentUrlParams, PaymentResponse, PaymentStatus, DisburseParams, Balance } from '@filanodev/paygate-core' // Re-export des erreurs du core export { PayGateError } from '@filanodev/paygate-core'