Below function is not working in M2. This works in M1.
$quote=$observer->getEvent()->getQuote(); $taxes_for_items = $quote->getTaxesForItems(); Any alternate solution is available? I need quote item tax details.
Below function is not working in M2. This works in M1.
$quote=$observer->getEvent()->getQuote(); $taxes_for_items = $quote->getTaxesForItems(); Any alternate solution is available? I need quote item tax details.