prep country setting
This commit is contained in:
@@ -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 {}
|
||||
|
Reference in New Issue
Block a user