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
Copy file name to clipboardExpand all lines: core/broadleaf-framework/src/main/java/org/broadleafcommerce/core/order/service/workflow/PriceOrderIfNecessaryActivity.java
+50-5
Original file line number
Diff line number
Diff line change
@@ -171,11 +171,7 @@ public ProcessContext<CartOperationRequest> execute(ProcessContext<CartOperation
171
171
}
172
172
173
173
// We need to add the new item to the parent's child order items as well.
174
-
for (OrderItemoi : order.getOrderItems()) {
175
-
if (oi.getId().equals(request.getItemRequest().getParentOrderItemId())) {
0 commit comments