From 896cb03d72826ed0737cf5d45e1b183dd3287156 Mon Sep 17 00:00:00 2001 From: John Silkey Date: Tue, 17 Jul 2018 09:33:02 -0700 Subject: [PATCH] updated readme. added MWSRecommendationsSectionService to classmap in composer.json --- README.md | 23 +++++++++++++++++------ composer.json | 3 ++- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 775fa14..c3a7506 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ * License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0 * _(The original code has been modified)_ +#### Marketplace Web Service Products: +* Original source code downloaded from: + https://developer.amazonservices.com/doc/products/products/v20111001/php.html/131-9124958-1971146 +* Originally designed for PHP 5; Code adapted so that it also works in PHP 7+. +* Version: 2011-10-01 +* Library Version: 2017-03-22 +* Original, pre-adapted version generated: Wed Mar 22 23:24:40 UTC 2017 +* Copyright 2009-2017 Amazon Services. All Rights Reserved. +* License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0 +* _(The original code has been modified)_ + #### MWS Finances Service: * Original source code downloaded from: https://developer.amazonservices.com/doc/finances/finances/v20150501/php.html/140-7158072-2426762 @@ -78,13 +89,13 @@ * License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0 * _(The original code has been modified)_ -#### Marketplace Web Service Products: +#### MWS Recommendations Section Service: * Original source code downloaded from: - https://developer.amazonservices.com/doc/products/products/v20111001/php.html/131-9124958-1971146 + https://developer.amazonservices.com/doc/recommendations/recommendations/v20130401/php.html/131-9124958-1971146 * Originally designed for PHP 5; Code adapted so that it also works in PHP 7+. -* Version: 2011-10-01 -* Library Version: 2017-03-22 -* Original, pre-adapted version generated: Wed Mar 22 23:24:40 UTC 2017 -* Copyright 2009-2017 Amazon Services. All Rights Reserved. +* Version: 2013-04-01 +* Library Version: 2015-06-18 +* Original, pre-adapted version generated: Thu Jun 18 19:29:34 GMT 2015 +* Copyright 2009-2015 Amazon Services. All Rights Reserved. * License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0 * _(The original code has been modified)_ \ No newline at end of file diff --git a/composer.json b/composer.json index c01fbfd..396d2f7 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,13 @@ "classmap": [ "src/MarketplaceWebService/", "src/MarketplaceWebServiceOrders/", + "src/MarketplaceWebServiceProducts/", "src/MWSFinancesService/", "src/FBAInboundServiceMWS/", "src/FBAInventoryServiceMWS/", "src/FBAOutboundServiceMWS/", "src/MWSMerchantFulfillmentService/", - "src/MarketplaceWebServiceProducts/" + "src/MWSRecommendationsSectionService/" ] } } \ No newline at end of file