From 2591e3c673153d903d71009946da3ff20ac029b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Semih=20=C5=9Eahan?= Date: Fri, 10 Apr 2026 12:34:17 +0300 Subject: [PATCH] Add TURKONAY pos integrator --- craftgate/model/pos_integrator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/craftgate/model/pos_integrator.py b/craftgate/model/pos_integrator.py index bd62c5a..acfe0cd 100644 --- a/craftgate/model/pos_integrator.py +++ b/craftgate/model/pos_integrator.py @@ -42,3 +42,4 @@ class PosIntegrator(str, Enum): TAP = "TAP" RUBIK = "RUBIK" BIN_PAY = "BIN_PAY" + TURKONAY = "TURKONAY"