solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
53 stars 128 forks source link

Fill address names combined when needed #186

Closed kennyadsl closed 4 years ago

kennyadsl commented 4 years ago

We introduced a new preference in Solidus core that allows using the combined version of firstname/lastname.

This PR updates checkout feature specs to reflect this preference.

Once the split version will be deprecated and removed, we can probably also revert this commit and use the combined version only.