Skip to content

Commit faa7422

Browse files
authored
Merge pull request #3845 from nebulab/kennyadsl/fix-deprecation-message
Fix use_legacy_address_state_validator deprecation message
2 parents 1dfc78c + fda94c5 commit faa7422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/lib/spree/core/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Engine < ::Rails::Engine
8686
Spree::Config.use_legacy_address_state_validator set to true has been
8787
deprecated and will be removed in Solidus 3.0. The Spree::Address state
8888
validation has been extracted into a configurable external class.
89-
Switch Spree::Config.use_legacy_address_state_validator to true to start
89+
Switch Spree::Config.use_legacy_address_state_validator to false to start
9090
using the external validation class.
9191
DEPRECATION
9292
end

0 commit comments

Comments
 (0)