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.