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
Prevents saving an empty JSON array `[]` for items that have no valid discounts.
Instead, the `discounts_json` field will now be set to `null` if all
discounts are empty or zero, leading to cleaner data storage and
avoiding unnecessary empty array representations.
0 commit comments