From 8e201d1c302a64004e8a580edb4ca095bad80b8f Mon Sep 17 00:00:00 2001 From: Loretta Date: Fri, 12 Jun 2026 07:54:33 +0200 Subject: [PATCH] EKAER: add site config, outgoing support, refactor settings - Added "Site" section to appsettings.json for company location. - Increased EKAER threshold values; updated phone format. - Refactored to use IEkaerSettings DI and registered in startup. - GenerateEkaerXmlDocument now supports both incoming and outgoing (order) documents. - Updated EKAER_TODO.md to reflect config and outgoing mapping changes. --- Presentation/Nop.Web/appsettings.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Presentation/Nop.Web/appsettings.json b/Presentation/Nop.Web/appsettings.json index e63794d1..b779b902 100644 --- a/Presentation/Nop.Web/appsettings.json +++ b/Presentation/Nop.Web/appsettings.json @@ -40,12 +40,17 @@ "PostalCode": "1068", "City": "Budapest", "Street": "Rippl-Rónai u. 18.", - "Phone": "301111111", - "Email": "info@fruitbank.hu" + "Phone": "+36301111111", + "Email": "info@fruitbank.hu", + "Site": { + "PostalCode": "1239", + "City": "Budapest", + "Street": "Nagykőrösi út 353." + } }, "Thresholds": { - "WeightKg": 200, - "ValueHuf": 250000 + "WeightKg": 500, + "ValueHuf": 1000000 }, "ExchangeRate": { "EurHuf": 356