Skip to content

Commit a829314

Browse files
Hani YacoubHani Yacoub
authored andcommitted
CM bestbuy us
1 parent 2e8895a commit a829314

File tree

5 files changed

+68
-1
lines changed

5 files changed

+68
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"url": "http://127.0.0.1:8080/bestbuy_ad.html",
3+
"field_mapping": {
4+
"given_name":"218d1211-a6b9-4a33-819e-089bad0c8a20",
5+
"family_name":"a7aa0e69-c0e7-41c1-89ff-12f1bda9725d",
6+
"street_address":"059f8147-00ad-4c2d-9708-1cb735dca57a",
7+
"address_level_2":"9dbe5e1a-fc5a-41a7-9c05-2e3956c27808",
8+
"address_level_1":"9c464698-29f7-4e89-80f0-044803a1bfc9",
9+
"postal_code":"5dad56fe-6dc3-418c-8d1f-de6564b3ed22"
10+
11+
},
12+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
13+
"fields": [
14+
"218d1211-a6b9-4a33-819e-089bad0c8a20",
15+
"a7aa0e69-c0e7-41c1-89ff-12f1bda9725d",
16+
"059f8147-00ad-4c2d-9708-1cb735dca57a",
17+
"9dbe5e1a-fc5a-41a7-9c05-2e3956c27808",
18+
"9c464698-29f7-4e89-80f0-044803a1bfc9",
19+
"5dad56fe-6dc3-418c-8d1f-de6564b3ed22"
20+
]
21+
}
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": "9387432f-2593-496d-8997-113631d34fbd",
5+
"expiration_date": "7e67c316-1322-4a30-b563-de411cbdc54f",
6+
"cvv": "1945a8db-03e5-48c5-b860-7182af5cbdfb"
7+
},
8+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
9+
"fields": [
10+
"9387432f-2593-496d-8997-113631d34fbd",
11+
"7e67c316-1322-4a30-b563-de411cbdc54f",
12+
"1945a8db-03e5-48c5-b860-7182af5cbdfb"
13+
]
14+
}

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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 = {"demo", "amazon", "walmart", "mediamarkt", "lowes"}
16+
valid_sites = {"demo", "amazon", "walmart", "mediamarkt", "lowes", "bestbuy"}
1717
live_sites = []
1818

1919
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)