Skip to content

Commit

Permalink
Add Bolt as a Payment Method Option
Browse files Browse the repository at this point in the history
This commit adds bolt as a payment method option during solidus installation.
  • Loading branch information
piyushswain committed Jul 26, 2022
1 parent a227230 commit 27ec86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/generators/solidus/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class InstallGenerator < Rails::Generators::Base

PAYMENT_METHODS = {
'paypal' => 'solidus_paypal_commerce_platform',
'bolt' => 'solidus_bolt',
'none' => nil,
}

Expand Down

0 comments on commit 27ec86f

Please sign in to comment.