sonnenglas / amazon-mws-laravel

A library to connect to Amazon's MWS web services in an object oriented manner
Apache License 2.0
64 stars 73 forks source link

Change config setter method #48

Closed chaoukibenfradj closed 4 years ago

chaoukibenfradj commented 4 years ago

The issues with this package is it's using a Config class related to Laravel framework. So we tried to surround the Config class usage with try...catch block to catch the error of a missing importation and then we have to try to import our different config. variables required by the SDK using $_ENV instead.