0.0.10 • Published 4 years ago

@smashdevshop/pavo-stripe v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Smash Dev Shop Pavo Stripe Module

Exposes the stripe module

Setup

Install pavo-stripe

npm install @smashdevshop/pavo-stripe

Your Pavo instance will need its own stripe module with a di.js, index.js, and config/modConfig.js. Examples of these files can be found in setup/modules/stripe.

You will need to create the ecommerce sql tables in your database. Example db migration files can be found in setup/database/migrations

modConfig.js

In your mod config, you need to define these variables: (Take these from the process.env, do not hardcode the values!)

  • secretApiKey: The Stripe Secret API Key (Given by Stripe).

Usage

Once included, the pavo-stripe routes will be available.

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago