meumobi / AMS.Connect

1 stars 0 forks source link

update services to not log "no data found" as error #102

Open vdias38 opened 6 years ago

vdias38 commented 6 years ago

On call method of all partner services there's

if (empty($response)) {
                $error = 'No Data Found';
            }

Should replace it by

Log::info('Request finished: no data found');