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
Modified total price validation to only check for negative values instead of requiring positive values. This allows zero-value orders to pass validation
Updated JDK compiler configuration from legacy source/target tags to modern release tag (minimum Java 8)
New Features
• Changed the getter methods for totalPrice, totalDiscounts, totalLineItemsPrice, totalPriceUsd, totalTax,
totalWeight from double to Double in BaseOrder class