Skip to content

Commit 34563aa

Browse files
ebay FR ids
1 parent 0cf8493 commit 34563aa

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
{
22
"url": "http://127.0.0.1:8080/ebay_ad.html",
33
"field_mapping": {
4-
"country": "90b596de-e266-4e66-9530-2e41b184555d",
4+
"country": "d0b2c700-1d21-431c-9b63-15ce879bd1d4",
55
"given_name": "02e8af39-63ef-4161-ba2a-037f1fc0d126",
6-
"telephone": "28f5f493-ad18-4e7c-99fa-524bc768ed7a",
7-
"address_level_1": "a5fb9e4c-60a0-42a2-9e4a-6a067b55d208",
8-
"organization": "9e8475b3-e1a5-46cf-9af0-6f2caab918fe",
9-
"address_level_2": "67cbe0f8-dbe4-4afd-a077-765186bcf0b3",
10-
"postal_code": "e38f3160-4ce5-4804-b5d5-b92c3ccc499e"
6+
"family_name": "3bbcb88c-0eb3-44f3-97f8-6d53e1b6b3b0",
7+
"telephone": "d861a0fd-5093-4a9a-acf3-865630377e05",
8+
"address_level_1": "1fa78165-45eb-483a-850f-ede7d77fb276",
9+
"email": "81c4f8fa-69ba-435a-824e-d33170457fb2",
10+
"address_level_2": "96269fbd-c77b-4bcd-bf56-978d2c1196eb",
11+
"postal_code": "48149049-83a7-43b0-ad00-936a7b764257"
1112
},
1213
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
1314
"fields": [
14-
"90b596de-e266-4e66-9530-2e41b184555d",
15+
"d0b2c700-1d21-431c-9b63-15ce879bd1d4",
1516
"02e8af39-63ef-4161-ba2a-037f1fc0d126",
16-
"28f5f493-ad18-4e7c-99fa-524bc768ed7a",
17-
"a5fb9e4c-60a0-42a2-9e4a-6a067b55d208",
18-
"9e8475b3-e1a5-46cf-9af0-6f2caab918fe",
19-
"67cbe0f8-dbe4-4afd-a077-765186bcf0b3",
20-
"e38f3160-4ce5-4804-b5d5-b92c3ccc499e"
17+
"3bbcb88c-0eb3-44f3-97f8-6d53e1b6b3b0",
18+
"d861a0fd-5093-4a9a-acf3-865630377e05",
19+
"1fa78165-45eb-483a-850f-ede7d77fb276",
20+
"81c4f8fa-69ba-435a-824e-d33170457fb2",
21+
"96269fbd-c77b-4bcd-bf56-978d2c1196eb",
22+
"48149049-83a7-43b0-ad00-936a7b764257"
2123
]
2224
}

l10n_CM/run_l10n.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@
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", "etsy", "calvinklein", "bestbuy", "ebay"}
16+
valid_sites = {
17+
"demo",
18+
"amazon",
19+
"walmart",
20+
"mediamarkt",
21+
"lowes",
22+
"etsy",
23+
"calvinklein",
24+
"bestbuy",
25+
"ebay",
26+
}
1727
live_sites = []
1828

1929
LOCALHOST = "127.0.0.1"

0 commit comments

Comments
 (0)