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 see the issue there, in both. lineItems.filter(li => li.isBulkPurchase === true) > 0,
should be lineItems.filter(li => li.isBulkPurchase === true)?.length > 0,
The includesBulkOrder field is always written as false.
This is a two-step fix
The text was updated successfully, but these errors were encountered: