Skip to content

Commit

Permalink
Adds AZN currency (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalikci committed Aug 1, 2023
1 parent 95bdfa7 commit 8b5db10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const (
BRL Currency = "BRL"
AED Currency = "AED"
IQD Currency = "IQD"
AZN Currency = "AZN"
)

// payment group declaration
Expand Down

0 comments on commit 8b5db10

Please sign in to comment.