Пример #1
0
 /**
  * Get note with explanation why payment method can not be enabled
  *
  * @param \XLite\Model\Payment\Method $method Payment method
  *
  * @return void
  */
 protected function getForbidEnableNote(\XLite\Model\Payment\Method $method)
 {
     return $method->getForbidEnableNote();
 }