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 fa85f82 commit 791939d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model/BankAccountTrackingSource.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
enum BankAccountTrackingSource {
YKB = 'YKB'
YKB = 'YKB',
GARANTI = 'GARANTI'
}

export default BankAccountTrackingSource;

0 comments on commit 791939d

Please sign in to comment.