From 797f70689539add5d9a891f8234a29b29a79cf3d Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 13 Apr 2026 21:57:37 +0000 Subject: [PATCH] Synchronize client's email & phone --- src/UcrmAttributes.php | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/UcrmAttributes.php b/src/UcrmAttributes.php index dfe9d28..f8f9c67 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', + ], + 'QR Code Generator URL' => [ + 'code' => 'qr-code-gen-url', + 'type' => 'invoice', + ], 'wFirma Payment ID' => [ 'code' => 'payment', 'type' => 'payment', -- Gitblit v1.10.0