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

OCC-17: Inconsistent currency configuration after setup #140

Merged
merged 7 commits into from
Aug 3, 2022

Conversation

DemeSzabolcs
Copy link
Contributor

OCC-17
Fixes #105

@sarahelsaig sarahelsaig merged commit 167a608 into main Aug 3, 2022
T["Can't add product {0} because it doesn't have a price.", line.ProductSku]);
// Localized strings need to be in one line.
#pragma warning disable S103 // Long line (which is greater than 150 authorized)
T["Can't add product {0} because it doesn't have a price, or its currency doesn't match with the current display currency.", line.ProductSku]);
Copy link
Contributor

Choose a reason for hiding this comment

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

I know I'm too late for the party, but match sounds better without with:

Suggested change
T["Can't add product {0} because it doesn't have a price, or its currency doesn't match with the current display currency.", line.ProductSku]);
T["Can't add product {0} because it doesn't have a price, or its currency doesn't match the current display currency.", line.ProductSku]);

Same in the view.

sarahelsaig added a commit that referenced this pull request Aug 3, 2022
sarahelsaig added a commit that referenced this pull request Aug 3, 2022
It's no longer relevant since #140 was merged.
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.

Inconsistent currency configuration after setup (OCC-17)
3 participants