Skip to content

Commit ff13d93

Browse files
Hani Yacoubphilimon-reset
authored andcommitted
Add ebay
1 parent ec22ce9 commit ff13d93

File tree

4 files changed

+49
-0
lines changed

4 files changed

+49
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"url": "http://127.0.0.1:8080/ebay_ad.html",
3+
"field_mapping": {
4+
"country": "country",
5+
"given_name": "firstName",
6+
"family_name": "lastName",
7+
"telephone": "phoneNumber",
8+
"street_address": "addressLine1",
9+
"address_level_1": "stateOrProvince",
10+
"email": "email",
11+
"address_level_2": "city",
12+
"postal_code": "postalCode"
13+
},
14+
"form_field": "*[id='{name}']",
15+
"fields": [
16+
"country",
17+
"firstName",
18+
"lastName",
19+
"phoneNumber",
20+
"addressLine1",
21+
"stateOrProvince",
22+
"email",
23+
"city",
24+
"postalCode"
25+
],
26+
"skip_os": ["Linux"]
27+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"url": "http://127.0.0.1:8080/ebay_cc.html",
3+
"field_mapping": {
4+
"card_number": "c995cecd-7228-4738-8b0c-8334752df865",
5+
"given_name": "ea7b6d20-f825-4fda-995d-f461ec3b4e28",
6+
"family_name": "07a705dd-d116-4036-abaa-494e1a20483d",
7+
"expiration_date": "25921b11-f253-488b-ab18-5db93cc912ec",
8+
"cvv":"38d8e85e-5fdb-498a-ba95-f4a04e38b876"
9+
},
10+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
11+
"fields": [
12+
"c995cecd-7228-4738-8b0c-8334752df865",
13+
"ea7b6d20-f825-4fda-995d-f461ec3b4e28",
14+
"07a705dd-d116-4036-abaa-494e1a20483d",
15+
"25921b11-f253-488b-ab18-5db93cc912ec",
16+
"38d8e85e-5fdb-498a-ba95-f4a04e38b876"
17+
]
18+
}

l10n_CM/sites/ebay/ES/ebay_ad.html

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

l10n_CM/sites/ebay/ES/ebay_cc.html

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

0 commit comments

Comments
 (0)