keithbrink / amazon-mws-laravel

A Laravel library for Amazon's MWS web services, supporting Laravel 5-8+
Apache License 2.0
27 stars 23 forks source link

Fix for "MalformedInput - Start of list found where not expected #45

Closed justindantzer closed 4 years ago

justindantzer commented 4 years ago

These simple changes solved the "MalformedInput" issue I experienced with 5.0.1

Unless there is a reason the query parameters should not be sorted for both pre-signature and signature use, I don't see any breaking change coming from the AmazonCore.php alteration.

Perhaps a 5.0.2 tag could be added.

keithbrink commented 4 years ago

Thanks for the PR - merged and tagged 5.0.2