Sha256: 5aecaff45713e4ccd29daf69965632242090922d5127bc83205460b6fb5276f9

Contents?: true

Size: 288 Bytes

Versions: 7

Compression:

Stored size: 288 Bytes

Contents

module TbCheckout
  include ActiveSupport::Configurable
  config_accessor :gateway, :canada_is_real, :card_types, :layout, :cart_lifespan
  self.canada_is_real = true
  self.card_types = [:visa, :master, :discover, :american_express]
  self.layout = nil
  self.cart_lifespan = 3.days
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tb_checkout-1.1.1 lib/tb_checkout/configuration.rb
tb_checkout-1.1.0 lib/tb_checkout/configuration.rb
tb_checkout-1.0.7 lib/tb_checkout/configuration.rb
tb_checkout-1.0.6 lib/tb_checkout/configuration.rb
tb_checkout-1.0.5 lib/tb_checkout/configuration.rb
tb_checkout-1.0.4 lib/tb_checkout/configuration.rb
tb_checkout-1.0.3 lib/tb_checkout/configuration.rb