solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Add a method to check if combined address name is being used #58

Closed kennyadsl closed 3 years ago

kennyadsl commented 3 years ago

This helper method checks if a store is using the old or new way of setting the address' name.

It will act as a migration support to create conditional code to make extensions work compatible with both versions.

We can remove this method when the last 2.x version will reach EOL.

cc @filippoliverani