예제 #1
0
파일: Free.php 프로젝트: aiesh/magento2
 /**
  * Get config payment action, do nothing if status is pending
  *
  * @return string|null
  */
 public function getConfigPaymentAction()
 {
     return $this->getConfigData('order_status') == 'pending' ? null : parent::getConfigPaymentAction();
 }