Skip to content

Commit 0becd56

Browse files
Added RON Currency (#191)
1 parent 307fd8f commit 0becd56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Model/Currency.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ class Currency
2222
const JPY = 'JPY';
2323
const EGP = 'EGP';
2424
const MXN = 'MXN';
25+
const RON = 'RON';
2526
}

0 commit comments

Comments
 (0)