lib/active_merchant/billing/gateways/vanco.rb in activemerchant-1.58.0 vs lib/active_merchant/billing/gateways/vanco.rb in activemerchant-1.59.0
- old
+ new
@@ -4,10 +4,10 @@
module Billing
class VancoGateway < Gateway
include Empty
self.test_url = 'https://www.vancodev.com/cgi-bin/wstest2.vps'
- self.live_url = 'https://www.vancoservices.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]