Sha256: 818f35be3a43663bba9dcde99e07c00775c6756607af2c5dcefcb591c97b7600
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 Bytes
Contents
# 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](http://twitter.com/adamcooke). ### Installing To install the KktShoppe Stripe module, just add it to your Gemfile and run `bundle`. ```ruby gem 'kkt_shoppe-stripe', :require => 'kkt_shoppe/stripe' ``` For the latest up to date documentation, please see the [KktShoppe tutorial page](http://trykkt_shoppe.com/docs/tutorials/payment-gateways).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kkt_shoppe-stripe-2.0.0 | README.md |