lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.14.0 vs lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.15.0

- old
+ new

@@ -3,10 +3,10 @@ module ActiveMerchant #:nodoc: module Billing #:nodoc: class QbmsGateway < Gateway API_VERSION = '4.0' - class_inheritable_accessor :test_url, :live_url + class_attribute :test_url, :live_url self.test_url = "https://webmerchantaccount.ptc.quickbooks.com/j/AppGateway" self.live_url = "https://webmerchantaccount.quickbooks.com/j/AppGateway" self.homepage_url = 'http://payments.intuit.com/'