Skip to content

Commit

Permalink
Add mutable false to default refund reason record
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesantis committed Feb 14, 2018
1 parent 9cac529 commit e65c00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/db/default/spree/refund_reasons.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Spree::RefundReason.find_or_create_by(name: "Return processing")
Spree::RefundReason.find_or_create_by!(name: "Return processing", mutable: false)

0 comments on commit e65c00a

Please sign in to comment.