Add 3 euro option

This commit is contained in:
Robin van der Linde 2024-02-16 23:42:03 +01:00
parent 6884eacd3b
commit 41e67ac176
No known key found for this signature in database
GPG key ID: 53956B3252478F0D

View file

@ -94,6 +94,13 @@
"en": "A souvenir note costs 2 euro"
},
"hideInAnswer": "_currency!~.*EUR.*"
},
{
"if": "charge=3 EUR",
"then": {
"en": "A souvenir note costs 3 euro"
},
"hideInAnswer": "_currency!~.*EUR.*"
}
]
},