/**
  * The function sets EndPointUrl param of OpenPayU
  * @access public
  * @param string $ep
  */
 public static function setOpenPayuEndPoint($ep)
 {
     self::$open_payu_end_point_url = $ep;
 }