Sha256: 3e09a83841f8bf1dc2ad98a48906b987c58fc7f8f7223c7d8f600a216205e0f2
Contents?: true
Size: 360 Bytes
Versions: 18
Compression:
Stored size: 360 Bytes
Contents
north_america = Spree::Zone.find_by_name!("North America") clothing = Spree::TaxCategory.find_by_name!("Clothing") tax_rate = Spree::TaxRate.create({ :name => "North America", :zone => north_america, :amount => 0.05, :tax_category => clothing}, :without_protection => true) tax_rate.calculator = Spree::Calculator::DefaultTax.create! tax_rate.save!
Version data entries
18 entries across 18 versions & 1 rubygems