Commit 83895c56 by Tuomas Riihimäki

Add event property for event currency. Currently hardcoded as EUR

1 parent 68a7d8a3
......@@ -57,7 +57,10 @@ public enum LanEventPropertyKey {
* unexpired bill
*/
RESERVE_UNPAID_SLOT_PERCENT(Type.LONG, 10l),
/**
* ISO 4217 code of currency.
*/
EVENT_CURRENCY_CODE(Type.TEXT, "EUR");
;
private enum Type {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!