Add filters for payment methods to shops and restaurants

This commit is contained in:
pietervdvn 2022-04-22 16:58:48 +02:00
parent 4247c166c9
commit 7b036ad149
2 changed files with 44 additions and 0 deletions

View file

@ -672,6 +672,28 @@
}
}
]
},
{
"id": "accepts-cash",
"options": [
{
"osmTags": "payment:cash=yes",
"question": {
"en": "Accepts cash"
}
}
]
},
{
"id": "accepts-cards",
"options": [
{
"osmTags": "payment:cards=yes",
"question": {
"en": "Accepts payment cards"
}
}
]
}
],
"deletion": {

View file

@ -458,6 +458,28 @@
}
}
]
},
{
"id": "accepts-cash",
"options": [
{
"osmTags": "payment:cash=yes",
"question": {
"en": "Accepts cash"
}
}
]
},
{
"id": "accepts-cards",
"options": [
{
"osmTags": "payment:cards=yes",
"question": {
"en": "Accepts payment cards"
}
}
]
}
]
}