Improving error reporting API

This commit is contained in:
David Bomba 2016-02-17 10:35:54 +11:00
parent 1a953c5bcb
commit 7cd3bac29c

View File

@ -757,6 +757,8 @@ class Invoice extends EntityModel implements BalanceAffecting
$response = curl_exec($curl);
curl_close($curl);
Log::info($response);
$encodedString = strip_tags($response);
$pdfString = Utils::decodePDF($encodedString);