Order information
Step 1 of 4
diff --git a/l10n_CM/constants/tchibo/DE/tchibo_ad.json b/l10n_CM/constants/tchibo/DE/tchibo_ad.json new file mode 100644 index 000000000..e25ae2c9b --- /dev/null +++ b/l10n_CM/constants/tchibo/DE/tchibo_ad.json @@ -0,0 +1,27 @@ +{ + "url": "http://127.0.0.1:8080/tchibo_ad.html", + "field_mapping": { + "given_name":"7c5a8db6-8650-40bb-b2d7-56faa25baf64", + "family_name":"ab6565f2-d945-4f59-90fa-0013b1cc82f9", + "street_address":"6220b12e-acd9-4598-b518-951106cd8e24", + "postal_code":"13f8266c-138b-45ce-b11d-067c42971508", + "telephone": "3c89fd93-24e6-4f56-b3d2-947eeaea3f0d", + "email": "fc6c00f1-c9fe-4ecd-8841-425a3484061b", + "country": "70f2ff1e-9425-4b75-8fd5-e321fe29dde9" + }, + "form_field": "*[data-moz-autofill-inspect-id='{name}']", + "fields": [ + "7c5a8db6-8650-40bb-b2d7-56faa25baf64", + "ab6565f2-d945-4f59-90fa-0013b1cc82f9", + "6220b12e-acd9-4598-b518-951106cd8e24", + "13f8266c-138b-45ce-b11d-067c42971508", + "3c89fd93-24e6-4f56-b3d2-947eeaea3f0d", + "fc6c00f1-c9fe-4ecd-8841-425a3484061b", + "70f2ff1e-9425-4b75-8fd5-e321fe29dde9" + ], + "skipped": [ + "test_demo_ad_4a_highlight_name_org_fields.py", + "test_demo_ad_4b_highlight_address_fields.py", + "test_demo_ad_4c_highlight_phone_email_fields.py" + ] +} diff --git a/l10n_CM/constants/tchibo/DE/tchibo_cc.json b/l10n_CM/constants/tchibo/DE/tchibo_cc.json new file mode 100644 index 000000000..c7cc96293 --- /dev/null +++ b/l10n_CM/constants/tchibo/DE/tchibo_cc.json @@ -0,0 +1,18 @@ +{ + "url": "http://127.0.0.1:8080/tchibo_cc.html", + "field_mapping": { + "card_number": "e61121a9-0c0c-4c67-988c-6b20527ad679", + "name": "8e4c1a49-9d02-42fc-bb2f-3652ed18be5b", + "expiration_month": "e3cb8acb-b4c2-4b03-807c-a9e1cd5f2c7c", + "expiration_year": "5ca8c412-cd25-49bc-9eaa-e14f39fb9304", + "cvv": "89b541d3-a625-426d-873f-6b717cf5d2af" +}, + "form_field": "*[data-moz-autofill-inspect-id='{name}']", + "fields": [ + "e61121a9-0c0c-4c67-988c-6b20527ad679", + "8e4c1a49-9d02-42fc-bb2f-3652ed18be5b", + "e3cb8acb-b4c2-4b03-807c-a9e1cd5f2c7c", + "5ca8c412-cd25-49bc-9eaa-e14f39fb9304", + "89b541d3-a625-426d-873f-6b717cf5d2af" +] +} \ No newline at end of file diff --git a/l10n_CM/region/DE.json b/l10n_CM/region/DE.json index ab1fbfc30..3987aa3b2 100644 --- a/l10n_CM/region/DE.json +++ b/l10n_CM/region/DE.json @@ -11,6 +11,7 @@ "justspices", "mediamarkt", "newbalance", + "tchibo", "thomann", "zalando" ], diff --git a/l10n_CM/run_l10n.py b/l10n_CM/run_l10n.py index 01f57315b..85440fe86 100644 --- a/l10n_CM/run_l10n.py +++ b/l10n_CM/run_l10n.py @@ -70,6 +70,7 @@ "standaardboekhandel", "staples", "tanie-leczenie", + "tchibo", "thenorthface", "thomann", "tiffany", diff --git a/l10n_CM/sites/tchibo/DE/tchibo_ad.html b/l10n_CM/sites/tchibo/DE/tchibo_ad.html new file mode 100644 index 000000000..2d7c5c025 --- /dev/null +++ b/l10n_CM/sites/tchibo/DE/tchibo_ad.html @@ -0,0 +1,3 @@ +
Step 1 of 4