Skip to content

Commit

Permalink
updated readme. added MWSRecommendationsSectionService to classmap in…
Browse files Browse the repository at this point in the history
… composer.json
  • Loading branch information
jpsilkjr86 committed Jul 17, 2018
1 parent 991749a commit 896cb03
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)_
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
]
}
}

0 comments on commit 896cb03

Please sign in to comment.