Skip to content

Commit

Permalink
Adds AZN currency (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalikci authored Aug 1, 2023
1 parent ad22bc9 commit d8603de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Craftgate/Model/Currency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public enum Currency
[EnumMember(Value = "BRL")] BRL,
[EnumMember(Value = "CNY")] CNY,
[EnumMember(Value = "AED")] AED,
[EnumMember(Value = "IQD")] IQD
[EnumMember(Value = "IQD")] IQD,
[EnumMember(Value = "AZN")] AZN
}
}

0 comments on commit d8603de

Please sign in to comment.