We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f51547 commit 8215a4aCopy full SHA for 8215a4a
1 file changed
lib/spree_gateway/engine.rb
@@ -4,7 +4,7 @@ class Engine < Rails::Engine
4
5
config.autoload_paths += %W(#{config.root}/lib)
6
7
- initializer "spree.gateway.payment_methods", :after => "spree.register.payment_methods" do |app|
+ config.after_initialize do |app|
8
app.config.spree.payment_methods << Spree::Gateway::AuthorizeNet
9
app.config.spree.payment_methods << Spree::Gateway::AuthorizeNetCim
10
app.config.spree.payment_methods << Spree::Gateway::BalancedGateway
0 commit comments