Allow to select if VAT should be included or not

This commit is contained in:
Jan Böhmer 2025-02-20 16:29:37 +01:00
parent d13752114c
commit 5e40519bc5
2 changed files with 20 additions and 7 deletions

2
.env
View file

@ -227,6 +227,8 @@ PROVIDER_REICHELT_ENABLED=0
PROVIDER_REICHELT_COUNTRY=DE
# The language to get results in (en, de, fr, nl, pl, it, es)
PROVIDER_REICHELT_LANGUAGE=en
# Include VAT in prices (set to 1 to include VAT, 0 to exclude VAT)
PROVIDER_REICHELT_INCLUDE_VAT=1
##################################################################################
# EDA integration related settings