Stripe KktShoppe Module
This module helps with including Stripe within your KktShoppe application. The
information below explains how to get this module installed within your Rails
application.
Getting Started
This document includes a short tutorial about how to set up this module within your
KktShoppe store. If you have any questions, please just
let me know.
Installing
To install the KktShoppe Stripe module, just add it to your Gemfile and run bundle
.
gem 'kkt_shoppe-stripe', :require => 'kkt_shoppe/stripe'
For the latest up to date documentation, please see the KktShoppe tutorial page.