Skip to content

Commit

Permalink
See #23290 comment 10: Fix missing s in region for payment cards
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18925 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Dec 26, 2023
1 parent 3a1e00c commit ddd5b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/data/defaultpresets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8265,7 +8265,7 @@
<check key="payment:girocard" text="Girocard" match="keyvalue" />
<check key="payment:laser" text="Laser" match="keyvalue" />
<check key="payment:maestro" text="Maestro" match="keyvalue" />
<check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" region="CH" />
<check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" regions="CH" />
<check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
<check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
</checkgroup>
Expand Down

0 comments on commit ddd5b46

Please sign in to comment.