Skip to content

Commit

Permalink
Merge pull request #5901 from fthobe/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen authored Nov 8, 2024
2 parents 439904c + fe2eb38 commit f16b59d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/db/default/spree/return_reasons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Spree::ReturnReason.find_or_create_by(name: 'Better price available')
Spree::ReturnReason.find_or_create_by(name: 'Missed estimated delivery date')
Spree::ReturnReason.find_or_create_by(name: 'Missing parts or accessories')
Spree::ReturnReason.find_or_create_by(name: 'Damaged/Defective')
Spree::ReturnReason.find_or_create_by(name: 'Damaged during transport')
Spree::ReturnReason.find_or_create_by(name: 'Defective within warranty period')
Spree::ReturnReason.find_or_create_by(name: 'Other defects or damages')
Spree::ReturnReason.find_or_create_by(name: 'Different from what was ordered')
Spree::ReturnReason.find_or_create_by(name: 'Different from description')
Spree::ReturnReason.find_or_create_by(name: 'No longer needed/wanted')
Expand Down

0 comments on commit f16b59d

Please sign in to comment.