Why is Spree::Address.build_default
not used?
#3441
Labels
type:enhancement
Proposed or newly added feature
Spree::Address.build_default
not used?
#3441
Hey! This is not a feature request actually. But it's not a bug either ;)
I've noticed that here in the checkout controller Solidus is building a new address with a default attribute (
country_id
).I'm wondering why can't we use
Spree::Address.build_default
in the controller? 🤔Is there a reason? If not, would you consider a PR for this? :)
The text was updated successfully, but these errors were encountered: