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

price reported as an integer not recognized, relax regex #118

Closed
frantisekbrabec opened this issue Dec 17, 2020 · 1 comment
Closed

price reported as an integer not recognized, relax regex #118

frantisekbrabec opened this issue Dec 17, 2020 · 1 comment

Comments

@frantisekbrabec
Copy link
Contributor

When the product price is reported as an integer (some stores display the cents part of the price in a separate field and it's a waste of effort to parse that separately as well), the product price pattern validator (common.py, line 40) does not recognize it as a valid price. Recommend relaxing the price pattern regex to accept integers as well.

@frantisekbrabec
Copy link
Contributor Author

Resolved in commit 973fcec

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

No branches or pull requests

1 participant