mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Improving error reporting API
This commit is contained in:
parent
1a953c5bcb
commit
7cd3bac29c
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user