lib/active_merchant/billing/gateways/finansbank.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/finansbank.rb in activemerchant-1.102.0
- old
+ new
@@ -1,10 +1,10 @@
require 'active_merchant/billing/gateways/cc5'
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class FinansbankGateway < CC5Gateway
- self.live_url = 'https://www.fbwebpos.com/servlet/cc5ApiServer'
+ self.live_url = 'https://www.fbwebpos.com/servlet/cc5ApiServer'
self.test_url = 'https://entegrasyon.asseco-see.com.tr/fim/api'
# The countries the gateway supports merchants from as 2 digit ISO country codes
self.supported_countries = ['US', 'TR']