We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We shouldn't set second_currency field to USD when second_price wasn't specified.
second_currency
USD
second_price
Let's add an empty value to a field with second currency, so we'll be able to detect this situation.
Also we should migrate existing data.
The text was updated successfully, but these errors were encountered:
314c486
php-coder
No branches or pull requests
We shouldn't set
second_currency
field toUSD
whensecond_price
wasn't specified.Let's add an empty value to a field with second currency, so we'll be able to detect this situation.
Also we should migrate existing data.
The text was updated successfully, but these errors were encountered: