From 5dc2eea09dd0dfc794ccbef158100bff89bce9f9 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 16 Feb 2026 21:31:48 +0000
Subject: [PATCH] ContractorSynchronizer: set tax ID type on contractor

---
 public.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public.php b/public.php
index ca9eaa5..440365a 100644
--- a/public.php
+++ b/public.php
@@ -19,7 +19,7 @@
 	} elseif ($event['entity'] === 'payment') {
 		$synchronizer = new \SIPL\UCRM\wFirma\PaymentSynchronizer($wFirmaApi, $helper);
 	} elseif ($event['entity'] === 'webhook') {
-		echo 'Webhook OK!';
+		echo 'Webhook OK! UCRM version: ' . $helper->getVersion();
 		die();
 	} else {
 		echo 'Nothing to do with entity ' . $event['entity'];

--
Gitblit v1.10.0