Пример #1
0
 public function __construct($shop_domain, $token, $api_key, $secret)
 {
     $this->shop_domain = $shop_domain;
     $this->token = $token;
     $this->api_key = $api_key;
     $this->secret = $secret;
     parent::__construct($shop_domain, $token, $api_key, $secret);
 }
Пример #2
0
 public function __construct($shop_domain, $token, $api_key, $secret)
 {
     parent::__construct($shop_domain, $token, $api_key, $secret);
 }