Quick Fix: VaSt v31

Should take around 10 minutes of your time.

Changes

See commit b926481f

Git

cd C:/weric
git pull

Optional:

Change APP_VERSION to 2.25.2 in C:/weric/api/.env and:

cd C:/weric/api
php artisan config:cache

Manually

1. Download and replace checkDatenabholung.dll

Download from Gitlab.

Replace: C:\weric\api\public\libs\windows\plugins2\checkElsterDatenabholung.dll

2. Edit version in line 19 of Vast.php

C:/weric/api/app/Xml/Vast.php#19
public const FILING_VERSION = '31';

3. Edit versions in lines 29 and 30 of Common.php

C:/weric/api/app/Xml/Common.php#29-30
'Datenabholung' => '31',
'DatenabholungNamespace' => '3'

Last updated

Was this helpful?