Skip to content

Commit 3af2ac7

Browse files
author
Stefan Hartmann
committed
fixed typo
1 parent ecbe5df commit 3af2ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/spree_sofort/engine.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module SpreePSofort
1+
module SpreeSofort
22
class Engine < Rails::Engine
33
require 'spree/core'
44
isolate_namespace Spree
@@ -20,7 +20,7 @@ def self.activate
2020

2121
initializer "spree_sofort.register.payment_methods", :after => 'spree.register.payment_methods' do |app|
2222
app.config.spree.payment_methods += [Spree::PaymentMethod::Sofort]
23-
end
23+
end
2424

2525
end
2626
end

0 commit comments

Comments
 (0)