From 73807e6eca56610b6aa48edf1917f8d54ce24de1 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 01 Jul 2023 10:52:44 +0000
Subject: [PATCH] Support App Key authentication to wFirma.pl API

---
 manifest.json |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/manifest.json b/manifest.json
index 9a26124..f0dfe39 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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