lib/active_merchant/billing/gateways/authorize_net.rb in activemerchant-1.26.0 vs lib/active_merchant/billing/gateways/authorize_net.rb in activemerchant-1.27.0

- old
+ new

@@ -24,10 +24,10 @@ # Information about ARB is available on the {Authorize.Net website}[http://www.authorize.net/solutions/merchantsolutions/merchantservices/automatedrecurringbilling/]. # Information about the ARB API is available at the {Authorize.Net Integration Center}[http://developer.authorize.net/] class AuthorizeNetGateway < Gateway API_VERSION = '3.1' - class_attribute :test_url, :live_url, :arb_test_url, :arb_live_url + class_attribute :arb_test_url, :arb_live_url self.test_url = "https://test.authorize.net/gateway/transact.dll" self.live_url = "https://secure.authorize.net/gateway/transact.dll" self.arb_test_url = 'https://apitest.authorize.net/xml/v1/request.api'