Sha256: dd6b797bd9ef6cb9fdd3113865ab2d37fb9e6f5f64af41a265026cc9b7d831b0

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 Bytes

Contents

require File.dirname(__FILE__) + '/paypal_express'

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    class PaypalExpressDeGateway < PaypalExpressGateway
      self.default_currency = 'EUR'
      
      self.supported_countries = ['DE']
      self.homepage_url = 'https://www.paypal.com/de/cgi-bin/webscr?cmd=_additional-payment-overview-outside'
      self.display_name = 'PayPal Express Checkout (DE)'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fishman-activemerchant-1.18.0 lib/active_merchant/billing/gateways/paypal_express_de.rb