Ejemplo n.º 1
0
 /**
  * The function sets EndPointUrl param of OpenPayU
  * @access public
  * @param string $ep
  */
 public static function setOpenPayuEndPoint($ep)
 {
     self::$openPayuEndPointUrl = $ep;
 }
 /**
  * The function sets EndPointUrl param of OpenPayU
  * @access public
  * @param string $ep 
  */
 public static function setOpenPayuEndPoint($ep)
 {
     OpenPayUNetwork::$openPayuEndPointUrl = $ep;
     return;
 }