lib/active_merchant/billing/gateways/creditcall.rb in activemerchant-1.54.0 vs lib/active_merchant/billing/gateways/creditcall.rb in activemerchant-1.55.0

- old
+ new

@@ -2,10 +2,10 @@ module ActiveMerchant #:nodoc: module Billing #:nodoc: class CreditcallGateway < Gateway self.test_url = 'https://test.cardeasexml.com/generic.cex' - self.live_url = 'https://live.cardeasexml.com/' + self.live_url = 'https://live.cardeasexml.com/generic.cex' self.supported_countries = ['US'] self.default_currency = 'USD' self.supported_cardtypes = [:visa, :master, :american_express, :discover]