Skip to content

Commit

Permalink
Some more changes to fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajkumar committed Jul 21, 2021
1 parent c3ad009 commit 413bc3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/spree/gateway/razorpay_gateway.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Spree
class Gateway::RazorpayGateway < ::Spree::PaymentMethod
class Spree
class Gateway::RazorpayGateway < Gateway
preference :key_id, :string
preference :key_secret, :string
preference :merchant_name, :string
Expand Down

0 comments on commit 413bc3b

Please sign in to comment.