Skip to content

Commit fe5def9

Browse files
Added RON Currency
1 parent f6b4b70 commit fe5def9

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)