Skip to content

Commit

Permalink
adds bank account tracking adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus committed Nov 9, 2023
1 parent 4c33ebe commit e6ba2da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,13 +445,13 @@ const (

// RecordType declaration
const (
SEND RecordType = "SEND"
RECEIVE Currency = "RECEIVE"
RecordType_SEND RecordType = "SEND"
RecordType_RECEIVE RecordType = "RECEIVE"
)

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

// requests
Expand Down

0 comments on commit e6ba2da

Please sign in to comment.