Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

4.3.0

Choose a tag to compare

@IngenicoEPayments IngenicoEPayments released this 31 May 14:25
· 20 commits to master since this release
  • Added:
    • Allow custom obfuscation rules to be specified during initialization through context property obfuscationRules. This is an optional object where keys are the JSON property or header names to obfuscate, and the values are functions from string to string.
    • Added functions all, allButLast, allButFirst and withFixedCount that provide some pre-defined obfuscation rules to the obfuscation module. These are also available through connectsdk.obfuscation, where connectsdk is the imported SDK itself.
  • Changed:
    • Header obfuscation is now case insensitive.