-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print a deprecation warning if order is updated without validations
Also, this commit adds the new default value to the spree.rb initializer, that will be used when installing new Solidus applications and to the dummy app that will run specs with the new value set to the new behavior's value.
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,6 +117,7 @@ class Application < ::Rails::Application | |
Spree.config do |config| | ||
config.mails_from = "[email protected]" | ||
config.raise_with_invalid_currency = false | ||
config.run_order_validations_on_order_updater = true | ||
config.use_combined_first_and_last_name_in_address = true | ||
|
||
if ENV['ENABLE_ACTIVE_STORAGE'] | ||
|