示例#1
0
 public function __construct($config)
 {
     $this->config = $config;
     $configFeed = $config;
     $configFeed['ServiceURL'] = "https://mws.amazonservices.es";
     $this->feedClient = \Ofertix\Mws\MwsClientFactory::getClient($configFeed);
     parent::__construct($config['aws_access_id'], $config['aws_access_secret'], $config['app_name'], $config['app_version'], array('ServiceURL' => "https://mws-eu.amazonservices.com/Orders/2013-09-01"));
 }