Example #1
0
 /**
  * Get order totals.
  *
  * @return array
  */
 public function getOrderTotals()
 {
     $totalsBlock = $this->orderView->getOrderTotalsBlock();
     return $this->getTypeBlockData($totalsBlock);
 }