@redwoodjs-stripe/api
v1.0.11
Published
API-side code for RedwoodJS-Stripe projects
Maintainers
Readme
redwoodjs-stripe/api
This package handles code for the api side of the redwoodjs-stripe plugin.
Use
- Run plugin setup script. Follow the prompts No need to install, the setup script sorts all this out for you.
npx @redwoodjs/cli@latest setup- To use the api side code import code like this:
import { createStripeCustomer } from '@redwoodjs-stripe/api'Refer to the documentation for more information.
