From 64d062051abc5fd92b520d4f9a18c73b04cae569 Mon Sep 17 00:00:00 2001
From: Thomas Dartsch
Date: Mon, 10 Mar 2025 21:20:36 +0100
Subject: [PATCH] [Fixed] shop modulepath
---
.env_example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.env_example b/.env_example
index c51a266..9035732 100644
--- a/.env_example
+++ b/.env_example
@@ -1,5 +1,5 @@
TMP_FOLDER="tmp"
- PATHSHOPCONNECT="https://SHOP.TDL/modules/d3/xrechnung/public/connect.php"
+ PATHSHOPCONNECT="https://SHOP.TDL/modules/d3/xrechnungforoxid/public/connect.php"
SHOPCONNECTTOKEN="XXXXXX" # same string from XRechnung4OXID
ACCESSUSER="USER" # for shop or connect.php
ACCESSPASSWORD="XXXXXX"
\ No newline at end of file
|