Skip to content

Commit

Permalink
Fix codeclimate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DinSmol authored and olegphenomenon committed Apr 13, 2022
1 parent b1082c4 commit 588b962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/models/payment_order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,4 @@ def channel
def form_url
ENV["payments_#{self.class.config_namespace_name}_url"]
end

end
2 changes: 1 addition & 1 deletion app/models/payment_orders/every_pay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class EveryPay < PaymentOrder
KEY = ENV['payments_every_pay_api_key']
ACCOUNT_ID = ENV['payments_every_pay_seller_account']
SUCCESSFUL_PAYMENT = %w[settled authorized].freeze
LINKPAY_CHECK_PREFIX = ENV['payments_every_pay_linkpay_check_prefix'].freeze
LINKPAY_CHECK_PREFIX = ENV['payments_every_pay_linkpay_check_prefix']

CONFIG_NAMESPACE = 'every_pay'.freeze

Expand Down

0 comments on commit 588b962

Please sign in to comment.