Skip to content

Commit ed21a32

Browse files
committed
Add PL ceneo
1 parent 5cfb0c5 commit ed21a32

File tree

6 files changed

+77
-1
lines changed

6 files changed

+77
-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/ceneo_ad.html",
3+
"field_mapping": {
4+
"given_name":"f8f9891d-12cd-420c-985d-70f2d8c8ec1a",
5+
"family_name":"0cb0083f-7c52-47e6-96c5-7d79b930833a",
6+
"street_address":"0508d7ab-83f5-452d-82a3-8cc66f3bff6f",
7+
"postal_code":"f4e53ce9-7da5-4a81-84ba-48949869f01a",
8+
"address_level_2": "15265be2-76bd-490b-91ab-3cb621c6f7bb",
9+
"telephone": "bf4ce736-117f-4480-a74a-d1c7ddd1248c",
10+
"email":"4e7ff8fc-f441-426a-98f4-886071d7b782"
11+
},
12+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
13+
"fields": [
14+
"4e7ff8fc-f441-426a-98f4-886071d7b782",
15+
"f8f9891d-12cd-420c-985d-70f2d8c8ec1a",
16+
"0cb0083f-7c52-47e6-96c5-7d79b930833a",
17+
"0508d7ab-83f5-452d-82a3-8cc66f3bff6f",
18+
"f4e53ce9-7da5-4a81-84ba-48949869f01a",
19+
"15265be2-76bd-490b-91ab-3cb621c6f7bb",
20+
"bf4ce736-117f-4480-a74a-d1c7ddd1248c",
21+
"4e7ff8fc-f441-426a-98f4-886071d7b782"
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/newegg_cc.html",
3+
"field_mapping": {
4+
"card_number": "11111111-aaaa-bbbb-cccc-000000000000",
5+
"expiration_date": "22222222-bbbb-cccc-dddd-111111111111",
6+
"cvv": "33333333-cccc-dddd-eeee-222222222222"
7+
},
8+
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"skip": "True",
11+
"fields": [
12+
"11111111-aaaa-bbbb-cccc-000000000000",
13+
"22222222-bbbb-cccc-dddd-111111111111",
14+
"33333333-cccc-dddd-eeee-222222222222"
15+
]
16+
}

l10n_CM/region/PL.json

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

l10n_CM/run_l10n.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"tiffany",
5050
"assos",
5151
"duka",
52+
"ceneo",
5253
}
5354

5455
loaded_valid_sites = valid_l10n_mappings().keys()

l10n_CM/sites/ceneo/PL/ceneo_ad.html

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

l10n_CM/sites/ceneo/PL/ceneo_cc.html

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)