mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1924164
- Add missing creditcard mock for Glean on iOS. r=rsafaeian DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D225389
This commit is contained in:
parent
db6277e57c
commit
82241b8ba9
@ -207,6 +207,7 @@ window.Localization = function () {
|
||||
window.Glean = {
|
||||
formautofillCreditcards: undefinedProxy(),
|
||||
formautofill: undefinedProxy(),
|
||||
creditcard: undefinedProxy(),
|
||||
_mapGleanToLegacy: (eventName, { value, ...extra }) => {
|
||||
const eventMapping = {
|
||||
filledModifiedAddressForm: {
|
||||
|
Loading…
Reference in New Issue
Block a user