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

v0.1.11: JavaScript version 0_1_11

Compare
Choose a tag to compare
@ArnoudAdyen ArnoudAdyen released this 09 Sep 05:50
  • Introduce adyen.encrypt.createEncryption(key, options) to split out the DOM handling from the encryption. Allowing easier integration for UI frameworks like Angular or Backbone.
  • Add a first structure of behavior tracking to the client side encryption which will be embedded as meta data to the encrypted object and use for fraud detection.
  • Add options.cvcIgnoreBins to allow CVC validation to be skipped for certain bins.
  • Add reference to adyen.createEncryption(form, options) which can be used with the Adyen Hosted Form Based Integration.