@materia/stripe
v1.1.2
Published
Stripe addon for Materia to enable payment in your Materia application.
Readme
Materia - Stripe addon
Stripe addon allow you to add payment in your Materia application using Stripe.
Features
- Subscriptions
- European VAT & Fixed VAT
Installation from NPM
In your Materia application, run yarn add @materia/stripe
Restart Materia Designer
Installation from local files
Clone this repository:
git clone [email protected]:thyb/materia-stripe.git
cd materia-stripeThen install dependencies and build:
yarn
yarn buildTo test your addon locally before publishing it to NPM, use npm link:
cd dist && npm linkand in your materia application
npm link @materia/stripethen 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.
