lib/active_merchant/billing/gateways/viaklix.rb in activemerchant-1.20.4 vs lib/active_merchant/billing/gateways/viaklix.rb in activemerchant-1.21.0

- old
+ new

@@ -12,10 +12,10 @@ :credit => 'CREDIT' } APPROVED = '0' - self.supported_cardtypes = [:visa, :master, :american_express] + self.supported_cardtypes = [:visa, :master, :american_express, :discover] self.supported_countries = ['US'] self.display_name = 'ViaKLIX' self.homepage_url = 'http://viaklix.com' # Initialize the Gateway \ No newline at end of file