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
I’m unable to select the "$0.99 USD" or "$399.99 USD" price tiers for a consumable item. Although both options appear in the UI dropdown, when I try to save, a validation error is thrown indicating that the selected value is not allowed.
Steps to Reproduce
Go to the item configuration for a consumable product
Choose either "$0.99 USD" or "$399.99 USD" as the price tier
Click "Save"
Observe the validation error that prevents saving
Expected Behavior
I expect to be able to select and save both the lowest and highest price tiers listed in the dropdown, if they are available options.
Current Behavior
Both "$0.99 USD" and "$399.99 USD" tiers appear in the UI, but saving fails with a validation error:
Validation errors:
price_tier: La valeur doit être un des (199, 299, 399, 499, 549, ..., 19999)
This suggests that $0.99 and $399.99 are not accepted, even though they are visible and selectable in the dropdown.