Example #1
0
 /**
  * Get note with explanation why payment method can not be disabled
  *
  * @param \XLite\Model\Payment\Method $method Payment method
  *
  * @return string
  */
 protected function getForbidDisableNote(\XLite\Model\Payment\Method $method)
 {
     return $method->getForcedEnabledNote();
 }