Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/model/PosIntegrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Loading