* 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 */ abstract class Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Abstract extends Creativestyle_CheckoutByAmazon_Model_Api_Model_Abstract { protected $_area = 'Amazon Checkout API'; protected function _getNamespace() { return self::getConfigData('api_namespace', array('api' => 'checkout')); } }