Skip to content

Commit 6a88e3b

Browse files
Merge pull request #665 from mozilla/vs/Canadatire
vs/Add files for Canadatire CA
2 parents 4a506bc + d11561c commit 6a88e3b

File tree

6 files changed

+73
-1
lines changed

6 files changed

+73
-1
lines changed
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/canadatire_ad.html",
3+
"field_mapping": {
4+
"street_address": "0a83813e-53bc-4e86-9e5c-e7c3d82903e5",
5+
"address_level_2": "9d74745a-8c68-4fe5-b163-d035468a3935",
6+
"postal_code": "fe227768-f39b-4ec5-8f02-ee824696bca0"
7+
},
8+
"form_field": "*[data-moz-autofill-inspect-id='{given_name}']",
9+
"fields": [
10+
"0a83813e-53bc-4e86-9e5c-e7c3d82903e5",
11+
"9d74745a-8c68-4fe5-b163-d035468a3935",
12+
"fe227768-f39b-4ec5-8f02-ee824696bca0"
13+
]
14+
}
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/canadatire_cc.html",
3+
"field_mapping": {
4+
"cardholder_name": "card",
5+
"card_number": "card",
6+
"expiration_date": "card",
7+
"cvv": "card"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"skip": "True",
11+
"fields": [
12+
"card",
13+
"card",
14+
"card",
15+
"card",
16+
"card"
17+
]
18+
}

l10n_CM/region/CA.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"demo",
77
"etsy",
88
"newbalance",
9+
"canadatire",
910
"ebay"
1011
],
1112
"tests": [

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"zalando",
3333
"cdiscount",
3434
"aldoshoes",
35-
35+
"canadatire"
3636
}
3737

3838
loaded_valid_sites = valid_l10n_mappings().keys()

l10n_CM/sites/canadatire/CA/canadatire_ad.html

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

l10n_CM/sites/canadatire/CA/canadatire_cc.html

Whitespace-only changes.

0 commit comments

Comments
 (0)