Exemple #1
0
 /**
  * Get extra data
  *
  * @return array
  */
 public function isOrderPaid()
 {
     return $this->order instanceof OrderInterface ? $this->order->getPaymentStateLineStack()->getLastStateLine()->getName('paid') : false;
 }