Stripe addon allow you to add payment in your Materia application using Stripe.
- Subscriptions
- European VAT & Fixed VAT
In your Materia application, run yarn add @materia/stripe
Restart Materia Designer
Clone this repository:
git clone [email protected]:thyb/materia-stripe.git
cd materia-stripe
Then install dependencies and build:
yarn
yarn build
To test your addon locally before publishing it to NPM, use npm link
:
cd dist && npm link
and in your materia application
npm link @materia/stripe
then add "@materia/addon-stripe": "^1.0.0"
in the dependencies of the package.json - it will let Materia knows of the existance of the addon.