data sources for postal regions

This commit is contained in:
iw0 2024-04-11 10:39:19 +02:00
parent 68a2f32147
commit 23572b9a48

View File

@ -91,6 +91,7 @@
- Open country select dropdown - Open country select dropdown
- Execute: - Execute:
d="";document.querySelectorAll(".test-adresse-land ul li").forEach(e=>d=d.concat('<option value="',e.dataset.value,'">',e.textContent,'</option>\n')); d="";document.querySelectorAll(".test-adresse-land ul li").forEach(e=>d=d.concat('<option value="',e.dataset.value,'">',e.textContent,'</option>\n'));
- Alt. data source: https://shop.deutschepost.de/api/efiliale/fetchHarmonizedDestinations -> json
--> -->
<option value="AFG">Afghanistan</option> <option value="AFG">Afghanistan</option>
<option value="ALA">Åland Islands</option> <option value="ALA">Åland Islands</option>