Skip to content

Commit

Permalink
fix: add Chinese YEN (CNY) to adapt to changes of the JetBrains Marke…
Browse files Browse the repository at this point in the history
…tplace
  • Loading branch information
jansorg committed Sep 6, 2023
1 parent 36179f4 commit 41eb901
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ enum class Currency {

@SerialName("CZK")
CZK,

@SerialName("CNY")
CNY,
}

@Serializable
Expand Down

0 comments on commit 41eb901

Please sign in to comment.