From a546b3333587f40232496d1146fb89573fd91067 Mon Sep 17 00:00:00 2001 From: Ryjek Date: Thu, 27 Aug 2026 16:43:58 +0200 Subject: [PATCH] change demo hash --- project/src/Controller/TaxesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);