joshrps / laravel-shopify-API-wrapper

Interface designed for Shopify apps created with Laravel
MIT License
93 stars 48 forks source link

Added ALLDATA Option to the Curl Verbosity Output #4

Closed danhanly closed 9 years ago

danhanly commented 9 years ago

If you set ALLDATA to true then you get the Verbose CURL output as well as the ALLDATA array returned. This serves as a useful flag for those who only want logging of errors and not the CURL process.

This resolves the issue: https://github.com/joshrps/laravel-shopify-API-wrapper/issues/3

angusfretwell commented 9 years ago

Please merge this!!! :tada: