You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: