lib/active_merchant/billing/gateways/vanco.rb in activemerchant-1.62.0 vs lib/active_merchant/billing/gateways/vanco.rb in activemerchant-1.63.0

- old
+ new

@@ -3,10 +3,10 @@ module ActiveMerchant module Billing class VancoGateway < Gateway include Empty - self.test_url = 'https://www.vancodev.com/cgi-bin/wstest2.vps' + self.test_url = 'https://uat.vancopayments.com/cgi-bin/ws2.vps' self.live_url = 'https://myvanco.vancopayments.com/cgi-bin/ws2.vps' self.supported_countries = ['US'] self.default_currency = 'USD' self.supported_cardtypes = [:visa, :master, :american_express, :discover]