Sha256: 713b9cc732126829d7ce893b813e5c9a36a4ef900a2965200e07bd13c067f32a
Contents?: true
Size: 327 Bytes
Versions: 21
Compression:
Stored size: 327 Bytes
Contents
north_america = Spree::Zone.find_by!(name: "North America") clothing = Spree::TaxCategory.find_by!(name: "Clothing") Spree::TaxRate.where( name: "North America", zone: north_america, amount: 0.05, tax_category: clothing).first_or_create! do |tax_rate| tax_rate.calculator = Spree::Calculator::DefaultTax.create! end
Version data entries
21 entries across 21 versions & 1 rubygems