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 --- src/UcrmAttributes.php | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/UcrmAttributes.php b/src/UcrmAttributes.php index dfe9d28..a2f1c4e 100644 --- a/src/UcrmAttributes.php +++ b/src/UcrmAttributes.php @@ -15,6 +15,18 @@ 'code' => 'invoice', 'type' => 'invoice', ], + 'KSeF Number' => [ + 'code' => 'ksef-number', + 'type' => 'invoice', + ], + 'KSeF URL' => [ + 'code' => 'ksef-url', + 'type' => 'invoice', + ], + 'KSeF QR Code' => [ + 'code' => 'ksef-qr-code', + 'type' => 'invoice', + ], 'wFirma Payment ID' => [ 'code' => 'payment', 'type' => 'payment', -- Gitblit v1.10.0