@dbbs/strapi-stripe-payment
Version:
Strapi integration plugin for Stripe payment system
20 lines (18 loc) • 397 B
text/typescript
import register from './register'
import bootstrap from './bootstrap'
import destroy from './destroy'
import config from './config'
import contentTypes from './content-types'
import controllers from './controllers'
import routes from './routes'
import services from './services'
export default {
register,
bootstrap,
destroy,
config,
controllers,
routes,
services,
contentTypes
}