Skip to content

Commit

Permalink
Add Bolt as a Payment Method Option (Solidus 3.0)
Browse files Browse the repository at this point in the history
This commit adds bolt as a payment method option during solidus installation.

The install_generator.rb file has been updated to add Bolt as an optional payment method during solidus installation.
The Bolt option in the payment method installs the solidus_bolt gem.

Ref solidusio/solidus_bolt#109
  • Loading branch information
piyushswain committed Jul 26, 2022
1 parent 4f6a713 commit e808364
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 e808364

Please sign in to comment.