Skip to content

Commit

Permalink
Super class of gateway should be Spree::Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajkumar committed Jul 4, 2021
1 parent 7e1e5c9 commit c27c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/solidus_razorpay/gateway/razorpay_gateway.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SolidusRazorpay
class Gateway::RazorpayGateway < Gateway
class Gateway::RazorpayGateway < ::Spree::Gateway
preference :key_id, :string
preference :key_secret, :string
preference :merchant_name, :string
Expand Down

0 comments on commit c27c2ca

Please sign in to comment.