From b7736cfb71f73b036d34995a5540eeb202ce3e19 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 16 Feb 2026 21:31:48 +0000
Subject: [PATCH] Put full URL to public.php in "KSeF QR Code" field

---
 manifest.json |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/manifest.json b/manifest.json
index 524fd79..e1e3c7f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,7 +5,7 @@
 		"displayName": "wFirma.pl integration",
 		"description": "Synchronizes customers and invoices with Polish invoicing system wFirma.pl",
 		"url": "https://github.com/jacekkow/ucrm-wfirma",
-		"version": "1.1",
+		"version": "3.0",
 		"ucrmVersionCompliancy": {
 			"min": "4.0.0",
 			"max": null
@@ -18,12 +18,16 @@
 	},
 	"configuration": [
 		{
-			"key": "wfirma_username",
-			"label": "wFirma.pl username"
+			"key": "wfirma_access_key",
+			"label": "wFirma.pl Access Key"
 		},
 		{
-			"key": "wfirma_password",
-			"label": "wFirma.pl password"
+			"key": "wfirma_secret_key",
+			"label": "wFirma.pl Secret Key"
+		},
+		{
+			"key": "wfirma_app_key",
+			"label": "wFirma App Key"
 		},
 		{
 			"key": "wfirma_series_invoice",

--
Gitblit v1.10.0