Sha256: 80a8dda7480f8834544adf1e6d288293843ae50413f869a396d4656f5ce72e32
Contents?: true
Size: 449 Bytes
Versions: 34
Compression:
Stored size: 449 Bytes
Contents
module BraintreeCommon def self.included(base) base.supported_countries = %w(US CA AU AD AT BE BG CY CZ DK EE FI FR GI DE GR HU IS IM IE IT LV LI LT LU MT MC NL NO PL PT RO SM SK SI ES SE CH TR GB) base.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :diners_club] base.homepage_url = 'http://www.braintreepaymentsolutions.com' base.display_name = 'Braintree' base.default_currency = 'USD' end end
Version data entries
34 entries across 33 versions & 4 rubygems