This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
6.31.0
IngenicoEPayments
released this
31 May 14:23
·
19 commits
to master
since this release
- Added:
- Added method
setCustomRule
to classesBodyObfuscator
andHeaderObfuscator
to allow custom obfuscation rules to be specified for JSON property and header names without having to create sub classes. Custom rules should be defined as callables that take the value to obfuscate and optionally aValueObfuscator
, and return the obfuscated value. TheValueObfuscator
argument allows you to use its methods in your own obfuscation rule. - Added setters for
BodyObfuscator
andHeaderObfuscator
instances to classesDefaultConnection
,CommunicatorLoggerHelper
andHttpObfuscator
. These allow custom instances to be easily set without having to create sub classes.
- Added method