Skip to content

Commit 0250100

Browse files
committed
Fix enum definition in TaxRate.rb
How has this ever worked this way?
1 parent 22498c3 commit 0250100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/app/models/spree/tax_rate.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TaxRate < Spree::Base
1414
enum :level, {
1515
item: 0,
1616
order: 1
17-
}, _suffix: true
17+
}, suffix: true
1818

1919
belongs_to :zone, class_name: "Spree::Zone", inverse_of: :tax_rates, optional: true
2020

0 commit comments

Comments
 (0)