Skip to content

Commit 0c1e9dc

Browse files
committed
Update MLE.md
1 parent ba3d68e commit 0c1e9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MLE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In the `merchantConfig` object, set the `useMLEGlobally` variable to enable or d
2020
Optionally, you can control the MLE feature at the API level using the `mapToControlMLEonAPI` variable in the `merchantConfig` object.
2121

2222
- **Variable**: `mapToControlMLEonAPI`
23-
- **Type**: `Map<String,Boolean>`
23+
- **Type**: `Dictionary<String,Boolean>`
2424
- **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.
2525

2626
### MLE Key Alias
@@ -164,7 +164,7 @@ In the above examples:
164164
- `mleKeyAlias` is set to `Custom_Key_Alias`, overriding the default value.
165165

166166
Please refer to the given link for sample codes with MLE:
167-
<!-- https://github.com/CyberSource/cybersource-rest-samples-java/tree/master/src/main/java/samples/MLEFeature -->
167+
https://github.com/CyberSource/cybersource-rest-samples-python/tree/master/samples/MLEFeature
168168

169169
## Additional Information
170170

0 commit comments

Comments
 (0)