Closed williankeller closed 6 years ago
When the orders are being separated, the total value of each individual order is equal to the total of the order. I suppose that we have something wrong here $quoteSplit->collectTotals()->save();
$quoteSplit->collectTotals()->save();
Fixed 6a7a7c5..fbb4206
When the orders are being separated, the total value of each individual order is equal to the total of the order. I suppose that we have something wrong here
$quoteSplit->collectTotals()->save();