Add 3 euro option
This commit is contained in:
parent
6884eacd3b
commit
41e67ac176
1 changed files with 7 additions and 0 deletions
|
@ -94,6 +94,13 @@
|
||||||
"en": "A souvenir note costs 2 euro"
|
"en": "A souvenir note costs 2 euro"
|
||||||
},
|
},
|
||||||
"hideInAnswer": "_currency!~.*EUR.*"
|
"hideInAnswer": "_currency!~.*EUR.*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "charge=3 EUR",
|
||||||
|
"then": {
|
||||||
|
"en": "A souvenir note costs 3 euro"
|
||||||
|
},
|
||||||
|
"hideInAnswer": "_currency!~.*EUR.*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue