Skip to content

Commit

Permalink
Merge pull request #5772 from HolgerJeromin/patch-1
Browse files Browse the repository at this point in the history
Exclude fee=no for AddAcceptsCards
  • Loading branch information
matkoniecz authored Jul 30, 2024
2 parents a5e50f6 + 498408b commit eb90c0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class AddAcceptsCards : OsmFilterQuestType<CardAcceptance>() {
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 (!fee or fee != no)
and (name or noname = yes or name:signed = no)
and access !~ private|no
"""
Expand Down

0 comments on commit eb90c0d

Please sign in to comment.