From bed08aecdac236d788aa9fdd93348a1c78381d3f 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 --- src/Model/PosIntegrator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Model/PosIntegrator.php b/src/Model/PosIntegrator.php index b5aa69f..8c210eb 100644 --- a/src/Model/PosIntegrator.php +++ b/src/Model/PosIntegrator.php @@ -44,4 +44,5 @@ class PosIntegrator const TAP = 'TAP'; const RUBIK = 'RUBIK'; const BIN_PAY = 'BIN_PAY'; + const TURKONAY = 'TURKONAY'; }