Created
May 17, 2015 06:38
-
-
Save zenith6/73f04972456048985546 to your computer and use it in GitHub Desktop.
MarketplaceWebServiceOrders 2015-04-30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/amazon/src/MarketplaceWebServiceOrders/Client.php b/src/amazon/src/MarketplaceWebServiceOrders/Client.php | |
| index 194114c..86027bf 100644 | |
| --- a/src/amazon/src/MarketplaceWebServiceOrders/Client.php | |
| +++ b/src/amazon/src/MarketplaceWebServiceOrders/Client.php | |
| @@ -13,8 +13,8 @@ | |
| * @category Amazon | |
| * @package Marketplace Web Service Orders | |
| * @version 2013-09-01 | |
| - * Library Version: 2015-02-13 | |
| - * Generated: Tue Feb 10 22:00:57 UTC 2015 | |
| + * Library Version: 2015-04-30 | |
| + * Generated: Wed Apr 29 08:35:38 PDT 2015 | |
| */ | |
| /** | |
| @@ -30,7 +30,7 @@ class MarketplaceWebServiceOrders_Client implements MarketplaceWebServiceOrders_ | |
| { | |
| const SERVICE_VERSION = '2013-09-01'; | |
| - const MWS_CLIENT_VERSION = '2015-02-13'; | |
| + const MWS_CLIENT_VERSION = '2015-04-30'; | |
| /** @var string */ | |
| private $_awsAccessKeyId = null; | |
| @@ -684,7 +684,7 @@ class MarketplaceWebServiceOrders_Client implements MarketplaceWebServiceOrders_ | |
| */ | |
| private function _extractHeadersAndBody($response){ | |
| //First split by 2 'CRLF' | |
| - $responseComponents = preg_split("/(?:\r?\n){2}/", $response); | |
| + $responseComponents = preg_split("/(?:\r?\n){2}/", $response, 2); | |
| $body = null; | |
| for ($count = 0; | |
| $count < count($responseComponents) && $body == null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment