change description

This commit is contained in:
Markus Gärtner 2025-01-02 15:47:00 +01:00
parent b97309b344
commit 1f25189a31
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
TMP_FOLDER="tmp"
PATHSHOPCONNECT="https://SHOP.TDL/modules/d3/xrechnung/public/connect.php"
SHOPCONNECTTOKEN="XXXXXX"
SHOPCONNECTTOKEN="XXXXXX" # same string from XRechnung4OXID
ACCESSUSER="USER" # for shop or connect.php
ACCESSPASSWORD="XXXXXX"

View File

@ -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.

View File

@ -1,7 +1,7 @@
{
"name": "d3/xrechnung",
"type": "project",
"description": "xRechnung Project",
"description": "XRechnung Project",
"autoload": {
"psr-4": {
}