Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert changed address factory #6

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

MassimilianoLattanzio
Copy link
Member

In solidusio/solidus#3584, they changed the address factory, so the firstname and lastname will differ from the previous version.

This commits reverts the changes, so if in your applications test you're using the old address factory, the specs will continue to work properly.

In solidusio/solidus#3584, they changed the address factory [1],
so the firstname and lastname will differ from the previous version.

This commits reverts the changes, so if in your applications test you're
using the old address factory, the specs will continue to work properly.

1: https://github.com/solidusio/solidus/pull/3584/files#diff-8e88fbe32e58692ffaf3629a7fdfdadfa4378dd248a011fc8d2d266a5ed299a4
Copy link
Contributor

@abhishekgupta5 abhishekgupta5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Lish, I had to change this in order for things to work when adding solidus_address_name gem. The factory is in the project. Your change doesn't affect this? It's only for projects where factory is being used from solidus itself?

image

@MassimilianoLattanzio
Copy link
Member Author

MassimilianoLattanzio commented Aug 11, 2023

In Lish, I had to this change in order for things to work when adding solidus_address_name gem. The factory is in the project. Your change doesn't affect this? It's only for projects where factory is being used from solidus itself?

image

Yeah, I have to do something similar in my project, so I directly added these changes in the extension.
Screenshot 2023-08-11 at 12 16 45

Unless you require this factory from the extension, this PR doesn't affect you. But probably it's better to test it with your changes. When you have some time, please try this PR in your project and let me know.

Copy link
Contributor

@abhishekgupta5 abhishekgupta5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LFTM

@MassimilianoLattanzio MassimilianoLattanzio merged commit 2855069 into main Aug 23, 2023
@MassimilianoLattanzio MassimilianoLattanzio deleted the ml/revert-address-factory branch August 23, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants