* All rights reserved * * Reuse or modification of this source code is not allowed * without written permission from creativestyle GmbH * * @category Creativestyle * @package Creativestyle_CheckoutByAmazon * @copyright Copyright (c) 2012 creativestyle GmbH (http://www.creativestyle.de) * @author Marek Zabrowarny / creativestyle GmbH */ class Creativestyle_CheckoutByAmazon_Model_Api_Client_Marketplace_Feeds extends Creativestyle_CheckoutByAmazon_Model_Api_Client_Abstract { protected $_area = 'Amazon MWS Feeds'; public function __construct() { parent::__construct(); $config = array( 'ApiUrl' => self::getConfigData('api_url', array('api' => 'mws_feeds')), 'ApiVersion' => self::getConfigData('api_version', array('api' => 'mws_feeds')), ); $this->_config = array_merge($this->_config, $config); } }