--- a/web/lib/Zend/Service/Amazon/Authentication/V2.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Service/Amazon/Authentication/V2.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,7 +15,7 @@
* @category Zend
* @package Zend_Service_Amazon
* @subpackage Authentication
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
@@ -33,7 +33,7 @@
* @category Zend
* @package Zend_Service_Amazon
* @subpackage Authentication
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Service_Amazon_Authentication_V2 extends Zend_Service_Amazon_Authentication
@@ -47,7 +47,7 @@
* Signature Encoding Method
*/
protected $_signatureMethod = 'HmacSHA256';
-
+
/**
* Type of http request
* @var string
@@ -71,18 +71,18 @@
}
$data = $this->_signParameters($url, $parameters);
-
+
return $data;
}
-
+
/**
* Set http request type to POST or GET
- * @param $method string
+ * @param string $method
*/
public function setHttpMethod($method = "POST") {
$this->_httpMethod = strtoupper($method);
}
-
+
/**
* Get the current http request type
* @return string