From 2d0b884c0dec043343e18b78849362383552917e Mon Sep 17 00:00:00 2001 From: iw0 Date: Wed, 10 Apr 2024 18:47:00 +0200 Subject: [PATCH] prep country setting --- acquire_bcnum.js | 3 +- options/index.html | 289 +++++++++++++++++++++++++++++++++++++++++++-- options/script.js | 3 + 3 files changed, 281 insertions(+), 14 deletions(-) diff --git a/acquire_bcnum.js b/acquire_bcnum.js index aef44a2..12ea677 100644 --- a/acquire_bcnum.js +++ b/acquire_bcnum.js @@ -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 {} diff --git a/options/index.html b/options/index.html index d1a156c..caf0565 100644 --- a/options/index.html +++ b/options/index.html @@ -11,10 +11,10 @@
Main options - +