diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/accepts_cards/AddAcceptsCards.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/accepts_cards/AddAcceptsCards.kt index 69691f1a42..2a8ed306c4 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/accepts_cards/AddAcceptsCards.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/accepts_cards/AddAcceptsCards.kt @@ -20,7 +20,7 @@ class AddAcceptsCards : OsmFilterQuestType() { and !payment:credit_cards and !payment:debit_cards and payment:others != no and !brand and !wikipedia:brand and !wikidata:brand and (!seasonal or seasonal = no) - and (name or brand or noname = yes or name:signed = no) + and (name or noname = yes or name:signed = no) and access !~ private|no """ override val changesetComment = "Survey whether payment with cards is accepted"