Skip to content

Commit 904c0aa

Browse files
Hani YacoubHani Yacoub
authored andcommitted
CM thenorthface ES
1 parent 24ab4e7 commit 904c0aa

File tree

6 files changed

+44
-1
lines changed

6 files changed

+44
-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+
"given_name": "3ac62090-2fdd-4b96-9691-0271af51b778",
5+
"family_name": "91c8be54-b56a-4d0f-8f8e-ec7713e98dbe",
6+
"street_address": "47942d7f-a8d6-4118-aa28-712d9e7f412c",
7+
"address_level_2": "eb636f6a-04d9-4072-b4c2-0d1be07d9dce",
8+
"postal_code": "e681a820-0fe0-4001-ae57-798bc6879ab9",
9+
"telephone": "3e0f9331-2942-42f1-ab9d-a99da230ed21",
10+
"email": "cd9a5f98-16a8-4314-ba4b-90e3acb419ef"
11+
},
12+
13+
"form_field": "*[data-moz-autofill-inspect-id='{given_name}']",
14+
"fields": [
15+
"3ac62090-2fdd-4b96-9691-0271af51b778",
16+
"91c8be54-b56a-4d0f-8f8e-ec7713e98dbe",
17+
"47942d7f-a8d6-4118-aa28-712d9e7f412c",
18+
"eb636f6a-04d9-4072-b4c2-0d1be07d9dce",
19+
"e681a820-0fe0-4001-ae57-798bc6879ab9",
20+
"3e0f9331-2942-42f1-ab9d-a99da230ed21",
21+
"cd9a5f98-16a8-4314-ba4b-90e3acb419ef"
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": "cbdbd82e-0090-4545-9bdf-214e047228e8",
5+
"expiration_date": "7fb30475-14a0-4251-88f4-a6188cca11f9",
6+
"cvv": "6d9ffa11-9d5a-4dd5-b44f-51b3b8bd5b32"
7+
},
8+
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"skip": "True",
11+
"fields": [
12+
"cbdbd82e-0090-4545-9bdf-214e047228e8",
13+
"7fb30475-14a0-4251-88f4-a6188cca11f9",
14+
"6d9ffa11-9d5a-4dd5-b44f-51b3b8bd5b32"
15+
]
16+
}

l10n_CM/region/ES.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"sites": [
44
"demo",
55
"ebay",
6-
"zooplus"
6+
"zooplus",
7+
"thenorthface"
78
],
89
"tests": [
910
]

l10n_CM/run_l10n.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"tanie-leczenie",
5252
"duka",
5353
"zooplus",
54+
"thenorthface"
5455
}
5556

5657
loaded_valid_sites = valid_l10n_mappings().keys()

l10n_CM/sites/thenorthface/ES/thenorthface_ad.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

l10n_CM/sites/thenorthface/ES/thenorthface_cc.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)