lib/active_merchant/billing/gateways/vanco.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/vanco.rb in activemerchant-1.109.0
- old
+ new
@@ -8,10 +8,10 @@
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]
+ self.supported_cardtypes = %i[visa master american_express discover]
self.homepage_url = 'http://vancopayments.com/'
self.display_name = 'Vanco Payment Solutions'
def initialize(options={})