Skip to content

Commit 896cb03

Browse files
committed
updated readme. added MWSRecommendationsSectionService to classmap in composer.json
1 parent 991749a commit 896cb03

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@
2323
* License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0
2424
* _(The original code has been modified)_
2525

26+
#### Marketplace Web Service Products:
27+
* Original source code downloaded from:
28+
https://developer.amazonservices.com/doc/products/products/v20111001/php.html/131-9124958-1971146
29+
* Originally designed for PHP 5; Code adapted so that it also works in PHP 7+.
30+
* Version: 2011-10-01
31+
* Library Version: 2017-03-22
32+
* Original, pre-adapted version generated: Wed Mar 22 23:24:40 UTC 2017
33+
* Copyright 2009-2017 Amazon Services. All Rights Reserved.
34+
* License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0
35+
* _(The original code has been modified)_
36+
2637
#### MWS Finances Service:
2738
* Original source code downloaded from:
2839
https://developer.amazonservices.com/doc/finances/finances/v20150501/php.html/140-7158072-2426762
@@ -78,13 +89,13 @@
7889
* License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0
7990
* _(The original code has been modified)_
8091

81-
#### Marketplace Web Service Products:
92+
#### MWS Recommendations Section Service:
8293
* Original source code downloaded from:
83-
https://developer.amazonservices.com/doc/products/products/v20111001/php.html/131-9124958-1971146
94+
https://developer.amazonservices.com/doc/recommendations/recommendations/v20130401/php.html/131-9124958-1971146
8495
* Originally designed for PHP 5; Code adapted so that it also works in PHP 7+.
85-
* Version: 2011-10-01
86-
* Library Version: 2017-03-22
87-
* Original, pre-adapted version generated: Wed Mar 22 23:24:40 UTC 2017
88-
* Copyright 2009-2017 Amazon Services. All Rights Reserved.
96+
* Version: 2013-04-01
97+
* Library Version: 2015-06-18
98+
* Original, pre-adapted version generated: Thu Jun 18 19:29:34 GMT 2015
99+
* Copyright 2009-2015 Amazon Services. All Rights Reserved.
89100
* License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0
90101
* _(The original code has been modified)_

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
"classmap": [
1515
"src/MarketplaceWebService/",
1616
"src/MarketplaceWebServiceOrders/",
17+
"src/MarketplaceWebServiceProducts/",
1718
"src/MWSFinancesService/",
1819
"src/FBAInboundServiceMWS/",
1920
"src/FBAInventoryServiceMWS/",
2021
"src/FBAOutboundServiceMWS/",
2122
"src/MWSMerchantFulfillmentService/",
22-
"src/MarketplaceWebServiceProducts/"
23+
"src/MWSRecommendationsSectionService/"
2324
]
2425
}
2526
}

0 commit comments

Comments
 (0)