Skip to content

Commit 6b6bfb4

Browse files
Merge pull request #638 from mozilla/Hani/CM-bestbuy-us
Hani/ L10n [US] - Bestbuy (ad+cc)
2 parents ded2c12 + e5a95c4 commit 6b6bfb4

File tree

5 files changed

+73
-9
lines changed

5 files changed

+73
-9
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"url": "http://127.0.0.1:8080/bestbuy_ad.html",
3+
"field_mapping": {
4+
"given_name":"24fa9bb9-032c-4aa5-a829-8f3c8950cba3",
5+
"family_name":"ca35b256-a76c-476b-bc50-5e651c0a20fe",
6+
"street_address":"73155c8b-4db2-4568-93ad-e0f6051c88b1",
7+
"address_level_2":"0b5c6fe9-5e10-43f3-abd7-b731697eeb7d",
8+
"address_level_1":"1fb72761-344c-4efa-903d-0562fbcf348a",
9+
"postal_code":"1f396341-9cfb-400a-9946-80ac1a721c09",
10+
"email": "afe0ae5c-f224-46f2-9331-aa9b3053dcc8",
11+
"telephone": "b9c75b09-1531-479e-8823-45d212333bd2"
12+
13+
},
14+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
15+
"skip": "True",
16+
"fields": [
17+
"24fa9bb9-032c-4aa5-a829-8f3c8950cba3",
18+
"ca35b256-a76c-476b-bc50-5e651c0a20fe",
19+
"73155c8b-4db2-4568-93ad-e0f6051c88b1",
20+
"0b5c6fe9-5e10-43f3-abd7-b731697eeb7d",
21+
"1fb72761-344c-4efa-903d-0562fbcf348a",
22+
"1f396341-9cfb-400a-9946-80ac1a721c09",
23+
"afe0ae5c-f224-46f2-9331-aa9b3053dcc8",
24+
"b9c75b09-1531-479e-8823-45d212333bd2"
25+
]
26+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"url": "http://127.0.0.1:8080/bestbuy_cc.html",
3+
"field_mapping": {
4+
"card_number": "619571c7-fa6e-4b47-a8e2-a6e36fec376a",
5+
"expiration_date": "2a9ecff6-145f-48de-a8f7-f1ac282885b9",
6+
"cvv": "3752da40-c202-4c98-8c7b-4d211ed879c4"
7+
},
8+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
9+
"fields": [
10+
"619571c7-fa6e-4b47-a8e2-a6e36fec376a",
11+
"2a9ecff6-145f-48de-a8f7-f1ac282885b9",
12+
"3752da40-c202-4c98-8c7b-4d211ed879c4"
13+
]
14+
}

l10n_CM/run_l10n.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@
1313
valid_flags = {"--run-headless", "-n", "--reruns", "--fx-executable", "--ci"}
1414
flag_with_parameter = {"-n", "--reruns"}
1515
valid_region = {"US", "CA", "DE", "FR"}
16-
valid_sites = {
17-
"demo",
18-
"amazon",
19-
"walmart",
20-
"mediamarkt",
21-
"lowes",
22-
"etsy",
23-
"calvinklein",
24-
}
16+
valid_sites = {"demo", "amazon", "walmart", "mediamarkt", "lowes", "etsy", "calvinklein", "bestbuy"}
2517
live_sites = []
2618

2719
LOCALHOST = "127.0.0.1"

l10n_CM/sites/bestbuy/US/bestbuy_ad.html

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

l10n_CM/sites/bestbuy/US/bestbuy_cc.html

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

0 commit comments

Comments
 (0)