Method: QuickpayCommon.included

Defined in:
lib/active_merchant/billing/gateways/quickpay/quickpay_common.rb

.included(base) ⇒ Object



167
168
169
170
171
172
173
174
175
176
# File 'lib/active_merchant/billing/gateways/quickpay/quickpay_common.rb', line 167

def self.included(base)
  base.default_currency = 'DKK'
  base.money_format = :cents

  base.supported_countries = %w[DE DK ES FI FR FO GB IS NO SE]
  base.supported_cardtypes = i[dankort forbrugsforeningen visa master
                                american_express diners_club jcb maestro]
  base.homepage_url = 'http://quickpay.net/'
  base.display_name = 'QuickPay'
end