diff --git a/README.md b/README.md index b197f55..bb6e174 100644 --- a/README.md +++ b/README.md @@ -171,10 +171,23 @@ var cseInstance = adyenEncrypt.createEncryption(key, options); # Version History +JavaScript version 0_1_24 +------- + +* Now possible to send a device fingerprint value to the ```encrypt``` function: + +``` +var cseInstance = adyen.encrypt.createEncryption(key, options); +cseInstance.encrypt(cardData, dfValue); +``` + +This can be used in conjunction with the ```stopDeviceFingerprint``` boolean (from *version 0_1_23*) to prevent the CSE from performing device fingerprinting. +Instead it can be performed elsewhere and passed into the CSE. + JavaScript version 0_1_23 ------- -* Options object for createEncryption can contain a boolean: 'stopDeviceFingerprint'. If set to true then device fingerprinting will not happen. +* Options object for createEncryption can contain a boolean: ```stopDeviceFingerprint```. If set to ```true``` then device fingerprinting will ***not*** happen. JavaScript version 0_1_22 ------- diff --git a/adyen.encrypt.nodom.html b/adyen.encrypt.nodom.html index d40edf7..836e363 100644 --- a/adyen.encrypt.nodom.html +++ b/adyen.encrypt.nodom.html @@ -19,7 +19,7 @@ - + - + + - + + +