Skip to content

Commit

Permalink
Garanti Bank account tracking (#70)
Browse files Browse the repository at this point in the history
* Garanti Bank account tracking

* fix test

---------

Co-authored-by: Lemi Orhan Ergin <[email protected]>
  • Loading branch information
deryacakmak and lemiorhan authored Mar 19, 2024
1 parent 8c3649b commit cf1f940
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 cf1f940

Please sign in to comment.