Skip to content

Commit

Permalink
QNB_PAY and TAMI pos integrators are added (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
beransantur committed Dec 25, 2023
1 parent 354a017 commit b5b5c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ const (
PosIntegrator_ELEKSE PosIntegrator = "ELEKSE"
PosIntegrator_ALGORITMA PosIntegrator = "ALGORITMA"
PosIntegrator_PAYCELL PosIntegrator = "PAYCELL"
PosIntegrator_TAMI PosIntegrator = "TAMI"
PosIntegrator_QNB_PAY PosIntegrator = "QNB_PAY"
)

const (
Expand Down

0 comments on commit b5b5c8e

Please sign in to comment.