KISO Docs
KISO Docs
  • WELCOME
    • Overview
    • UI Kits & Themes
      • KISO Themes
        v1.0.0
        • Installation
          • Quickstart
            • Deployment
              • Customization
                • Rails Integrations
                  • Generators
                    • Layouts
                      • Content Blocks
                        • Email Layouts
                          • Simple Form
                            • View Helpers
                              • Customizing the Themes
                              • Javascript Tools & Libraries
                                • Handling Turbolinks
                                  • Bundled Javascript Plugins
                                    • Customizing loaded plugins
                                    • Troubleshooting
                                  • Engines
                                    • KISO Stripe Payments
                                      v1.0.0
                                      • Installation
                                        • Quickstart
                                          • Transactions Quickstart
                                            • Subscriptions Quickstart
                                            • View Helpers
                                              • Admin Areas
                                                • Admin Mailers
                                                  • Stripe Event Dispatch System
                                                    • Basic Metrics
                                                      • Subscriptions
                                                        • Javascript
                                                          • Lifecycle Hooks
                                                            • Engine Configuration
                                                          • Tools
                                                            • KISO Crate
                                                              v1.0.0
                                                              • Installation
                                                                • Quickstart
                                                                  • Available Commands
                                                                    • Tool Output
                                                                      • The Crate File
                                                                    • Legacy Products
                                                                      • Rapid Rails Themes
                                                                        v1.0.0
                                                                        • Documentation
                                                                          • Installation
                                                                            • Deployment
                                                                              • Customizing the Rails Theme
                                                                                • Customizing the SASS variables
                                                                                  • Rails Quickstart
                                                                                    • Rails Generators
                                                                                      • Rails View Helpers
                                                                                        • Rails Content Blocks
                                                                                          • Rails Layouts
                                                                                            • Simple Form
                                                                                              • Email Layouts
                                                                                                • Javascript
                                                                                                  • Troubleshooting
                                                                                                  • RRT Demos
                                                                                                  • Dresssed Demos

                                                                                                  Installation

                                                                                                  Installation is achieved by adding the kiso_stripe_payments gem to your Gemfile, inside a source block (which may already container other KISO gems you are using):
                                                                                                  source "https://gems.kiso.io" do
                                                                                                    gem "kiso_stripe_payments", "~> 1.0.0"
                                                                                                  end
                                                                                                  
                                                                                                  Once the Gem has been added, simply run bundle install as usual, and the Gem will be installed.