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;