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