From 057b24e9e2f8e51ce0907aca4368fff0c4838171 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.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/model/PosIntegrator.ts b/src/model/PosIntegrator.ts index 9c7f5be..b59cf0f 100644 --- a/src/model/PosIntegrator.ts +++ b/src/model/PosIntegrator.ts @@ -38,7 +38,8 @@ enum PosIntegrator { AKBANK_VPOS = 'AKBANK_VPOS', TAP = 'TAP', RUBIK = 'RUBIK', - BIN_PAY = 'BIN_PAY' + BIN_PAY = 'BIN_PAY', + TURKONAY = 'TURKONAY' } export default PosIntegrator;