Sha256: 84734c13f98984172ec049b0dbafc7da3367298298d2d4c73dc5de6c28d271ff

Contents?: true

Size: 659 Bytes

Versions: 36

Compression:

Stored size: 659 Bytes

Contents

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'

      # 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
      self.supported_cardtypes = [:visa, :master]

      # The homepage URL of the gateway
      self.homepage_url = 'https://www.fbwebpos.com/'

      # The name of the gateway
      self.display_name = 'Finansbank WebPOS'
    end
  end
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
tanga_activemerchant-1.38.0.5 lib/active_merchant/billing/gateways/finansbank.rb
tanga_activemerchant-1.38.0.4 lib/active_merchant/billing/gateways/finansbank.rb
tanga_activemerchant-1.38.0.3 lib/active_merchant/billing/gateways/finansbank.rb
tanga_activemerchant-1.38.0.2 lib/active_merchant/billing/gateways/finansbank.rb
tanga_activemerchant-1.38.0.1 lib/active_merchant/billing/gateways/finansbank.rb
tanga_activemerchant-1.38.0 lib/active_merchant/billing/gateways/finansbank.rb
tanga_activemerchant-1.37.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.43.3 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.43.1 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.43.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.9 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.8 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.7 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.6 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.5 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.4 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.3 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.2 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.1 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.42.0 lib/active_merchant/billing/gateways/finansbank.rb