コード例 #1
0
ファイル: OrderAdapter.php プロジェクト: nja78/magento2
 /**
  * Returns order increment id
  *
  * @return string
  */
 public function getOrderIncrementId()
 {
     return $this->order->getIncrementId();
 }