Skip to content

Commit a3be174

Browse files
Added RON Currency (#35)
1 parent f6b4b70 commit a3be174

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

craftgate/model/currency.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ class Currency(str, Enum):
2020
JPY = "JPY"
2121
EGP = "EGP"
2222
MXN = "MXN"
23+
RON = "RON"

0 commit comments

Comments
 (0)