Improving error reporting API
This commit is contained in:
parent
1a953c5bcb
commit
7cd3bac29c
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue