Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion l10n_CM/constants/amazon/US/amazon_ad.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"bf3bb4bd-06fc-493b-a8d5-7c2c31db66cb",
"543e09ec-34d0-4f72-846c-5ae35a323ba8",
"33198fca-ddab-40a0-bc03-8b6f83bc3a98"
]
],
"skip_os": ["Linux"]
}
3 changes: 2 additions & 1 deletion l10n_CM/constants/amazon/US/amazon_cc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"4f630b6e-efd1-458d-9762-9a12a3dd28de",
"6a5751ab-ccf2-48e3-89d8-ac9cb1fa1249",
"041dc144-7c6d-4462-8155-948146e75a9a"
]
],
"skip_os": ["Linux"]
}
22 changes: 22 additions & 0 deletions l10n_CM/constants/apple/US/apple_ad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"url": "http://127.0.0.1:8080/apple_ad.html",
"field_mapping": {
"given_name": "064e83ef-0759-4550-b07f-aa7946ec2656",
"family_name": "d3c05647-2ebb-4645-a514-723f23190bd2",
"street_address" : "b676e225-528d-450a-8b9a-a3b906da9be9",
"postal_code": "4d918f60-7d0f-4d6b-a351-69d385d2f1fa",
"email": "74d4253b-eedd-4f15-8e74-34bc2c69f340",
"telephone": "6ec0489f-dc1d-403a-bb13-0293b3c9bef4"

},
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
"fields": [
"064e83ef-0759-4550-b07f-aa7946ec2656",
"d3c05647-2ebb-4645-a514-723f23190bd2",
"b676e225-528d-450a-8b9a-a3b906da9be9",
"4d918f60-7d0f-4d6b-a351-69d385d2f1fa",
"74d4253b-eedd-4f15-8e74-34bc2c69f340",
"6ec0489f-dc1d-403a-bb13-0293b3c9bef4"

]
}
15 changes: 15 additions & 0 deletions l10n_CM/constants/apple/US/apple_cc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"url": "http://127.0.0.1:8080/apple_cc.html",
"field_mapping": {
"card_number": "11111111-aaaa-bbbb-cccc-000000000000",
"expiration_date": "22222222-bbbb-cccc-dddd-111111111111",
"cvv": "33333333-cccc-dddd-eeee-222222222222"
},
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
"skip": "True",
"fields": [
"11111111-aaaa-bbbb-cccc-000000000000",
"22222222-bbbb-cccc-dddd-111111111111",
"33333333-cccc-dddd-eeee-222222222222"
]
}
3 changes: 2 additions & 1 deletion l10n_CM/region/US.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"bestbuy",
"demo",
"newegg",
"aldoshoes"
"aldoshoes",
"apple"
],
"tests": []
}
3 changes: 2 additions & 1 deletion l10n_CM/run_l10n.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"cdiscount",
"aldoshoes",
"canadatire",
"artsper"
"artsper",
"apple",
}

loaded_valid_sites = valid_l10n_mappings().keys()
Expand Down
1 change: 1 addition & 0 deletions l10n_CM/sites/apple/US/apple_ad.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions l10n_CM/sites/apple/US/apple_cc.html

Large diffs are not rendered by default.

Loading