diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index 7198eff647fa..b82e8ea9cf6b 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -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);