diff --git a/src/Picqer/Financials/Exact/Persistance/Downloadable.php b/src/Picqer/Financials/Exact/Persistance/Downloadable.php index 2ea358f2..2591bdf4 100644 --- a/src/Picqer/Financials/Exact/Persistance/Downloadable.php +++ b/src/Picqer/Financials/Exact/Persistance/Downloadable.php @@ -18,7 +18,7 @@ public function download() $client = new Client(); if ($this->Url) { - $uri = $this->Url; + $uri = $this->Url . '&Download=1'; } elseif ($this->PictureUrl) { $uri = $this->PictureUrl; }