Пример #1
0
 /**
  * Method to get ship profiles method(s) detail.
  *
  * @param   string  $shipprofile_id  ship profile id id.
  * @param   string  $methodId  Tax rule id.
  *
  * @since   2.2
  * @return   object list.
  */
 public function getShipMethods($shipprofile_id = '', $methodId = '')
 {
     $qtcshiphelper = new qtcshiphelper();
     return $qtcshiphelper->getShipMethods($shipprofile_id, $methodId);
 }