lib/active_merchant/billing/gateways/finansbank.rb in activemerchant-1.43.3 vs lib/active_merchant/billing/gateways/finansbank.rb in activemerchant-1.44.0

- old
+ new

@@ -1,10 +1,11 @@ require File.dirname(__FILE__) + '/cc5' module ActiveMerchant #:nodoc: module Billing #:nodoc: class FinansbankGateway < CC5Gateway - self.live_url = self.test_url = 'https://www.fbwebpos.com/servlet/cc5ApiServer' + self.live_url = 'https://www.fbwebpos.com/servlet/cc5ApiServer' + self.test_url = 'https://testsanalpos.est.com.tr/servlet/cc5ApiServer' # The countries the gateway supports merchants from as 2 digit ISO country codes self.supported_countries = ['US', 'TR'] # The card types supported by the payment gateway