Skip to content

Commit 7431565

Browse files
committed
Add files for Aldoshoes US
1 parent 995dcb4 commit 7431565

File tree

6 files changed

+81
-1
lines changed

6 files changed

+81
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"url": "http://127.0.0.1:8080/aldoshoes_ad.html",
3+
"field_mapping": {
4+
"given_name":"4923a310-2b5b-4053-8864-7059d5522d23",
5+
"family_name":"e9558e91-ba1a-49c9-aa33-8dda969f7f47",
6+
"street_address": "7cba876b-f9c1-4c3a-8f6b-32f448794b48",
7+
"address_level_2": "bcb31920-3557-4816-8b78-7a7d2848d953",
8+
"postal_code": "859aaa97-ad32-4b51-8d1e-57182fffdf00",
9+
"telephone": "d355f108-0b70-4b02-b170-6ecd80e8e914"
10+
},
11+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
12+
"fields": [
13+
"4923a310-2b5b-4053-8864-7059d5522d23",
14+
"e9558e91-ba1a-49c9-aa33-8dda969f7f47",
15+
"7cba876b-f9c1-4c3a-8f6b-32f448794b48",
16+
"bcb31920-3557-4816-8b78-7a7d2848d953",
17+
"859aaa97-ad32-4b51-8d1e-57182fffdf00",
18+
"d355f108-0b70-4b02-b170-6ecd80e8e914"
19+
]
20+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"url": "http://127.0.0.1:8080/aldoshoes_cc.html",
3+
"field_mapping": {
4+
"card_number": "card",
5+
"name": "name",
6+
"expiration_month": "expmonth",
7+
"expiration_year": "expyear"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"skip": "True",
11+
"fields": [
12+
"card",
13+
"name",
14+
"expmonth",
15+
"expyear"
16+
]
17+
}

l10n_CM/region/US.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"calvinklein",
99
"bestbuy",
1010
"demo",
11-
"newegg"
11+
"newegg",
12+
"aldoshoes"
1213
],
1314
"tests": []
1415
}

l10n_CM/run_l10n.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"vans",
2727
"ebay",
2828
"zalando",
29+
"aldoshoes",
2930
}
3031
live_sites = []
3132

l10n_CM/sites/aldoshoes/US/aldoshoes_ad.html

Lines changed: 31 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)