Example #1
0
 /**
  * Get module settings URL
  *
  * @param \XLite\Model\Payment\Method $method Method
  *
  * @return string
  */
 protected function getModuleURL(\XLite\Model\Payment\Method $method)
 {
     return $method->getConfigurationURL();
 }