Skip to content

Commit 6ae41e1

Browse files
Merge pull request #749 from mozilla/vs/thenorthface-IT
vs/thenorthface-IT
2 parents 6a23778 + 0ab31cb commit 6ae41e1

File tree

5 files changed

+62
-1
lines changed

5 files changed

+62
-1
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/thenorthface_ad.html",
3+
"field_mapping": {
4+
"family_name": "7d2bc71f-04d8-4c60-9407-a3a8f446e893",
5+
"given_name": "96cdedb0-6307-47d4-a916-db6fb6664845",
6+
"street_address": "8baa4448-0aeb-4d2e-b657-6d25888e143d",
7+
"address_level_2": "065d40e6-be79-41c6-accd-3d103c5ef1f1",
8+
"postal_code": "c4bc48d0-bbb2-45b3-a482-963e3bc0af88",
9+
"telephone": "b7cdccf4-6159-4b1a-9ab3-ffec7f04119f",
10+
"email": "8796ea94-38d6-434c-bb05-89edbb2123e4"
11+
},
12+
13+
"form_field": "*[data-moz-autofill-inspect-id='{given_name}']",
14+
"fields": [
15+
"7d2bc71f-04d8-4c60-9407-a3a8f446e893",
16+
"96cdedb0-6307-47d4-a916-db6fb6664845",
17+
"8baa4448-0aeb-4d2e-b657-6d25888e143d",
18+
"065d40e6-be79-41c6-accd-3d103c5ef1f1",
19+
"c4bc48d0-bbb2-45b3-a482-963e3bc0af88",
20+
"b7cdccf4-6159-4b1a-9ab3-ffec7f04119f",
21+
"8796ea94-38d6-434c-bb05-89edbb2123e4"
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/thenorthface_cc.html",
3+
"field_mapping": {
4+
"card_number": "",
5+
"expiration_date": "",
6+
"cvv": ""
7+
},
8+
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"skip": "True",
11+
"fields": [
12+
"",
13+
"",
14+
""
15+
]
16+
}

l10n_CM/region/IT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"ebay",
55
"calvinklein",
66
"tiffany",
7-
"euronics"
7+
"euronics",
8+
"thenorthface"
89
],
910
"tests": [
1011
]

l10n_CM/sites/thenorthface/IT/thenorthface_ad.html

Lines changed: 11 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Title</title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)