32 $reviewBlock = $this->checkoutOnepage->getReviewBlock();
33 $actualPrices[
'subtotal_excl_tax'] = $reviewBlock->getSubtotal();
34 $actualPrices[
'subtotal_incl_tax'] =
null;
35 $actualPrices[
'discount'] = $reviewBlock->getDiscount();
36 $actualPrices[
'shipping_excl_tax'] = $reviewBlock->getShippingExclTax();
37 $actualPrices[
'shipping_incl_tax'] = $reviewBlock->getShippingInclTax();
38 $actualPrices[
'tax'] = $reviewBlock->getTax();
39 $actualPrices[
'grand_total_excl_tax'] = $reviewBlock->getGrandTotal();
40 $actualPrices[
'grand_total_incl_tax'] =
null;
53 $viewBlock = $this->customerOrderView->getOrderViewBlock();
54 $actualPrices[
'subtotal_excl_tax'] = $viewBlock->getSubtotal();
55 $actualPrices[
'subtotal_incl_tax'] =
null;
57 $actualPrices[
'discount'] = $viewBlock->getDiscount();
58 $actualPrices[
'shipping_excl_tax'] = $viewBlock->getShippingExclTax();
59 $actualPrices[
'shipping_incl_tax'] = $viewBlock->getShippingInclTax();
60 $actualPrices[
'tax'] = $viewBlock->getTax();
61 $actualPrices[
'grand_total_excl_tax'] = $viewBlock->getGrandTotal();
62 $actualPrices[
'grand_total_incl_tax'] =
null;
getReviewTotals($actualPrices)
getOrderTotals($actualPrices)