You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MLE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In the `merchantConfig` object, set the `useMLEGlobally` variable to enable or d
20
20
Optionally, you can control the MLE feature at the API level using the `mapToControlMLEonAPI` variable in the `merchantConfig` object.
21
21
22
22
-**Variable**: `mapToControlMLEonAPI`
23
-
-**Type**: `Map<String,Boolean>`
23
+
-**Type**: `Dictionary<String,Boolean>`
24
24
-**Description**: Overrides the global MLE setting for specific APIs. The key is the function name of the API in the SDK, and the value is a boolean indicating whether MLE should be enabled (`true`) or disabled (`false`) for that specific API call.
25
25
26
26
### MLE Key Alias
@@ -164,7 +164,7 @@ In the above examples:
164
164
-`mleKeyAlias` is set to `Custom_Key_Alias`, overriding the default value.
165
165
166
166
Please refer to the given link for sample codes with MLE:
0 commit comments