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

- old
+ new

@@ -97,10 +97,10 @@ # See example use above for address AVS fields # See #recurring for periodic transaction fields class PayJunctionGateway < Gateway API_VERSION = '1.2' - class_inheritable_accessor :test_url, :live_url + class_attribute :test_url, :live_url self.test_url = "https://www.payjunctionlabs.com/quick_link" self.live_url = "https://payjunction.com/quick_link" TEST_LOGIN = 'pj-ql-01'