prep country setting

This commit is contained in:
iw0
2024-04-10 18:47:00 +02:00
parent 99fd412a83
commit 2d0b884c0d
3 changed files with 281 additions and 14 deletions

View File

@@ -38,7 +38,8 @@ async function getKundenkontoV2(){
"addr__email": data.email,
"addr__placename": data.hauptadresse.ort,
"addr__postcode": data.hauptadresse.plz,
"addr__street": data.hauptadresse.strasse
"addr__street": data.hauptadresse.strasse,
"addr__country": data.hauptadresse.land
}
}
return {}