diff --git a/project/src/Controller/TaxesController.php b/project/src/Controller/TaxesController.php index 05ebc7e..fb7bb95 100644 --- a/project/src/Controller/TaxesController.php +++ b/project/src/Controller/TaxesController.php @@ -104,7 +104,7 @@ class TaxesController extends AbstractController public function takeSummary(string $type, Request $request, DividendsService $tax, ?MarketNames $market): Response { if (Demo::isDemo()) { - $hash = "1f91ee62457f3357"; + $hash = "16758327acd9fc38"; } else { $files = $request->files->all()['pliki']; $hash = $this->saveFiles($files);