Open vdias38 opened 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');
On call method of all partner services there's
Should replace it by