lib/active_merchant/billing/gateways/viaklix.rb in activemerchant-1.14.0 vs lib/active_merchant/billing/gateways/viaklix.rb in activemerchant-1.15.0
- old
+ new
@@ -1,8 +1,8 @@
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class ViaklixGateway < Gateway
- class_inheritable_accessor :test_url, :live_url, :delimiter, :actions
+ class_attribute :test_url, :live_url, :delimiter, :actions
self.test_url = 'https://demo.viaklix.com/process.asp'
self.live_url = 'https://www.viaklix.com/process.asp'
self.delimiter = "\r\n"
\ No newline at end of file