示例#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();
 }