Skip to content

Commit

Permalink
Add komoju gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
camelmasa committed Apr 8, 2016
1 parent 3cb02b0 commit 25323bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'

gem 'spree', github: 'spree/spree', branch: '3-0-stable'
gem 'spree_komoju', '~> 0.1'

gemspec
1 change: 1 addition & 0 deletions lib/spree_gateway/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Engine < Rails::Engine
app.config.spree.payment_methods << Spree::Gateway::CyberSource
app.config.spree.payment_methods << Spree::Gateway::DataCash
app.config.spree.payment_methods << Spree::Gateway::Eway
app.config.spree.payment_methods << Spree::Gateway::KomojuCreditCard
app.config.spree.payment_methods << Spree::Gateway::Maxipago
app.config.spree.payment_methods << Spree::Gateway::Migs
app.config.spree.payment_methods << Spree::Gateway::Moneris
Expand Down

0 comments on commit 25323bd

Please sign in to comment.