From 1f25189a31b042907947fc3d07f34d16c2287097 Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Thu, 2 Jan 2025 15:47:00 +0100 Subject: [PATCH] change description --- .env_example | 4 +++- README.md | 2 ++ composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env_example b/.env_example index 7925a3a..c51a266 100644 --- a/.env_example +++ b/.env_example @@ -1,3 +1,5 @@ TMP_FOLDER="tmp" PATHSHOPCONNECT="https://SHOP.TDL/modules/d3/xrechnung/public/connect.php" - SHOPCONNECTTOKEN="XXXXXX" \ No newline at end of file + SHOPCONNECTTOKEN="XXXXXX" # same string from XRechnung4OXID + ACCESSUSER="USER" # for shop or connect.php + ACCESSPASSWORD="XXXXXX" \ No newline at end of file diff --git a/README.md b/README.md index 5a2d140..2878cd2 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ # 3) Installation XRechnungLib + composer require d3/xrechnung_lib Contact Dł for Access. # 4) Installation XRechnung4OXID + composer require d3/xrechnung4oxid Contact Dł for Access. diff --git a/composer.json b/composer.json index dadf6f6..9e95ed3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "d3/xrechnung", "type": "project", - "description": "xRechnung Project", + "description": "XRechnung Project", "autoload": { "psr-4": { }