Skip to content

Commit 6628ef4

Browse files
Merge pull request #742 from mozilla/vs/euronics-IT
vs/EURONICS-IT
2 parents 55954ae + 36810df commit 6628ef4

File tree

6 files changed

+62
-20
lines changed

6 files changed

+62
-20
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"url": "http://127.0.0.1:8080/euronics_ad.html",
3+
"field_mapping": {
4+
"family_name": "777b8d0d-9a9f-438f-9039-9e050575cc57",
5+
"given_name": "d9939fee-9629-4e0f-8139-4f1f62d75fce",
6+
"street_address": "0352063c-cd11-4311-bdf0-49563edefe0c",
7+
"address_level_2": "3aec2f8f-5ce4-44db-9f55-aeafed9da83a",
8+
"address_level_1": "1ead381a-e551-4c6f-8ed7-c22edba65bfa",
9+
"postal_code": "902fef2a-b369-4f72-a974-cbfce742656b",
10+
"email": "1d4dc263-d95a-4532-8112-8f7213bd18df"
11+
},
12+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
13+
"skip": "True",
14+
"fields": [
15+
"777b8d0d-9a9f-438f-9039-9e050575cc57",
16+
"d9939fee-9629-4e0f-8139-4f1f62d75fce",
17+
"0352063c-cd11-4311-bdf0-49563edefe0c",
18+
"3aec2f8f-5ce4-44db-9f55-aeafed9da83a",
19+
"1ead381a-e551-4c6f-8ed7-c22edba65bfa",
20+
"902fef2a-b369-4f72-a974-cbfce742656b",
21+
"1d4dc263-d95a-4532-8112-8f7213bd18df"
22+
]
23+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"url": "http://127.0.0.1:8080/euronics_cc.html",
3+
"field_mapping": {
4+
"card_number": "68e46f67-9780-43cc-a050-8865e87c2c43",
5+
"expiration_month": "7f2068c8-a116-4341-8d6b-3fd7763de20b",
6+
"expiration_year": "adf4d593-2488-4b17-a735-b304249ac6c1",
7+
"cvv": "492ad4a2-ae36-4ef3-a178-2a3b1ca7c6ff"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"fields": [
11+
"68e46f67-9780-43cc-a050-8865e87c2c43",
12+
"7f2068c8-a116-4341-8d6b-3fd7763de20b",
13+
"adf4d593-2488-4b17-a735-b304249ac6c1",
14+
"492ad4a2-ae36-4ef3-a178-2a3b1ca7c6ff"
15+
]
16+
}

l10n_CM/region/IT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"region": "IT",
33
"sites": [
44
"ebay",
5-
"tiffany"
5+
"tiffany",
6+
"euronics"
67
],
78
"tests": [
89
]

l10n_CM/run_l10n.py

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,49 +24,45 @@
2424
"assos",
2525
"bestbuy",
2626
"bijoubrigitte",
27+
"brico",
28+
"burtsbees",
2729
"burtsbeescalvinklein",
30+
"calvinklein",
2831
"canadatire",
2932
"cdiscount",
33+
"ceneo",
34+
"cocolita",
3035
"decathlon",
3136
"demo",
3237
"diy",
38+
"douglas",
39+
"duka",
3340
"ebay",
3441
"etsy",
42+
"euronics",
43+
"fnac",
3544
"justspices",
3645
"lowes",
3746
"mediamarkt",
3847
"movieposters",
3948
"newbalance",
4049
"newegg",
4150
"peacocks",
51+
"standaardboekhandel",
52+
"tanie-leczenie",
53+
"thenorthface",
4254
"thomann",
4355
"tiffany",
56+
"toychamp",
57+
"torfs",
4458
"vans",
4559
"walmart",
4660
"whittard",
4761
"wish",
4862
"yellowkorner",
49-
"bijoubrigitte",
50-
"fnac",
51-
"burtsbees",
52-
"peacocks",
53-
"whittard",
54-
"diy",
55-
"tiffany",
56-
"assos",
57-
"tanie-leczenie",
58-
"duka",
5963
"zalando",
60-
"ceneo",
61-
"thenorthface",
62-
"zooplus",
6364
"zara",
64-
"cocolita",
65-
"torfs",
66-
"standaardboekhandel",
67-
"douglas",
68-
"brico",
69-
"toychamp"
65+
"zooplus"
7066
}
7167

7268
loaded_valid_sites = valid_l10n_mappings().keys()

l10n_CM/sites/euronics/IT/euronics_ad.html

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

l10n_CM/sites/euronics/IT/euronics_cc.html

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)