Sha256: c9f6fa56bb4e39df045be8ae60f3520c9cf9114fb8649419edf5488ce22be695

Contents?: true

Size: 837 Bytes

Versions: 27

Compression:

Stored size: 837 Bytes

Contents

module ActiveMerchant
  module Billing
    class CitrusPayGateway < Gateway
      include MastercardGateway

      class_attribute :live_na_url, :live_ap_url, :test_na_url, :test_ap_url

      self.test_na_url = 'https://test-gateway.mastercard.com/api/rest/version/39/'
      self.test_ap_url = 'https://test-gateway.mastercard.com/api/rest/version/39/'

      self.live_na_url = 'https://na-gateway.mastercard.com/api/rest/version/39/'
      self.live_ap_url = 'https://ap-gateway.mastercard.com/api/rest/version/39/'

      self.display_name = 'Citrus Pay'
      self.homepage_url = 'http://www.citruspay.com/'
      self.supported_countries = %w(AR AU BR FR DE HK MX NZ SG GB US)
      self.default_currency = 'USD'
      self.supported_cardtypes = %i[visa master american_express discover diners_club jcb maestro]
    end
  end
end

Version data entries

27 entries across 27 versions & 3 rubygems

Version Path
swiss-activemerchant-1.0.6 lib/active_merchant/billing/gateways/citrus_pay.rb
swiss-activemerchant-1.0.5 lib/active_merchant/billing/gateways/citrus_pay.rb
swiss-activemerchant-1.0.4 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.137.0 lib/active_merchant/billing/gateways/citrus_pay.rb
swiss-activemerchant-1.0.2 lib/active_merchant/billing/gateways/citrus_pay.rb
swiss-activemerchant-1.0.1 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.133.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.131.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.130.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.129.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.126.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.125.0 lib/active_merchant/billing/gateways/citrus_pay.rb
archetype2142_activemerchant-1.124.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.124.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.123.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.121.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.120.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.119.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.118.0 lib/active_merchant/billing/gateways/citrus_pay.rb
activemerchant-1.117.0 lib/active_merchant/billing/gateways/citrus_pay.rb