Skip to content

Commit

Permalink
updated readme. added MWSSubscriptionsService to classmap in composer…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
jpsilkjr86 committed Jul 17, 2018
1 parent 6d98eb2 commit c4c8b17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,15 @@
* Original, pre-adapted version generated: Thu Jun 18 20:37:51 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)_

#### MWS Subscriptions Service:
* Original source code downloaded from:
https://developer.amazonservices.com/doc/subscriptions/subscriptions/v20130701/php.html/131-9124958-1971146
* Originally designed for PHP 5; Code adapted so that it also works in PHP 7+.
* Version: 2013-07-01
* Library Version: 2015-06-18
* Original, pre-adapted version generated: Thu Jun 18 19:27:20 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 @@ -21,7 +21,8 @@
"src/FBAOutboundServiceMWS/",
"src/MWSMerchantFulfillmentService/",
"src/MWSRecommendationsSectionService/",
"src/MarketplaceWebServiceSellers/"
"src/MarketplaceWebServiceSellers/",
"src/MWSSubscriptionsService/"
]
}
}

0 comments on commit c4c8b17

Please sign in to comment.