Skip to content

Commit c4c8b17

Browse files
committed
updated readme. added MWSSubscriptionsService to classmap in composer.json
1 parent 6d98eb2 commit c4c8b17

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,15 @@
109109
* Original, pre-adapted version generated: Thu Jun 18 20:37:51 GMT 2015
110110
* Copyright 2009-2015 Amazon Services. All Rights Reserved.
111111
* License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0
112+
* _(The original code has been modified)_
113+
114+
#### MWS Subscriptions Service:
115+
* Original source code downloaded from:
116+
https://developer.amazonservices.com/doc/subscriptions/subscriptions/v20130701/php.html/131-9124958-1971146
117+
* Originally designed for PHP 5; Code adapted so that it also works in PHP 7+.
118+
* Version: 2013-07-01
119+
* Library Version: 2015-06-18
120+
* Original, pre-adapted version generated: Thu Jun 18 19:27:20 GMT 2015
121+
* Copyright 2009-2015 Amazon Services. All Rights Reserved.
122+
* License: http://aws.amazon.com/apache2.0 Apache License, Version 2.0
112123
* _(The original code has been modified)_

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"src/FBAOutboundServiceMWS/",
2222
"src/MWSMerchantFulfillmentService/",
2323
"src/MWSRecommendationsSectionService/",
24-
"src/MarketplaceWebServiceSellers/"
24+
"src/MarketplaceWebServiceSellers/",
25+
"src/MWSSubscriptionsService/"
2526
]
2627
}
2728
}

0 commit comments

Comments
 (0)