コード例 #1
0
 /**
  * Sales entity submit.
  *
  * @return void
  */
 protected function salesEntitySubmit()
 {
     $this->orderSalesEntityNew->getFormBlock()->submit();
 }
コード例 #2
0
 /**
  * Get Credit Memo new product prices.
  *
  * @param InjectableFixture $product
  * @return array
  */
 public function getCreditMemoNewPrices(InjectableFixture $product)
 {
     $productBlock = $this->orderCreditMemoNew->getFormBlock()->getItemsBlock()->getItemProductBlock($product);
     return $this->getTypePrices($productBlock);
 }