Skip to content

Commit

Permalink
Garanti Bank account tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Feb 19, 2024
1 parent 19a65f6 commit d60b56c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ const (

// BankAccountTrackingSource declaration
const (
BankAccountTrackingSource_YKB BankAccountTrackingSource = "YKB"
BankAccountTrackingSource_YKB BankAccountTrackingSource = "YKB"
BankAccountTrackingSource_GARANTI BankAccountTrackingSource = "GARANTI"
)

const (
Expand Down

0 comments on commit d60b56c

Please sign in to comment.