Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->uri_prefix = URI::MERCHANT_PREFIX;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->card_uri_prefix = URI::CARD_PREFIX;
 }
 /**
  * @param $to_user
  */
 public function __construct($to_user)
 {
     parent::__construct();
     $this->params['touser'] = $to_user;
     $this->uri = $this->uri_prefix . URI::MESSAGE_SEND;
 }