From 0952ec3c1e103f5ba73dce58b3d58b4607c7205b Mon Sep 17 00:00:00 2001 From: Sander van Leeuwen Date: Thu, 15 Aug 2024 15:22:50 +0200 Subject: [PATCH] Change order, some clients depend on a descending order --- vat-rates.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vat-rates.json b/vat-rates.json index 82754f1..62ec691 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -182,19 +182,19 @@ ], "FI": [ { - "effective_from": "0000-01-01", + "effective_from": "2024-09-01", "rates": { "reduced1": 10, "reduced2": 14, - "standard": 24 + "standard": 25.5 } }, { - "effective_from": "2024-09-01", + "effective_from": "0000-01-01", "rates": { "reduced1": 10, "reduced2": 14, - "standard": 25.5 + "standard": 24 } } ],