Rename method to GetItemWithChildren
This commit is contained in:
@@ -341,7 +341,7 @@ public class TradeController(
|
||||
TraderBase traderDetails
|
||||
)
|
||||
{
|
||||
var itemWithChildren = items.FindAndReturnChildrenAsItems(parentItemId);
|
||||
var itemWithChildren = items.GetItemWithChildren(parentItemId);
|
||||
|
||||
var totalPrice = 0;
|
||||
foreach (var itemToSell in itemWithChildren)
|
||||
|
||||
Reference in New Issue
Block a user