@cybersource/flex-sdk-web
Version:
Easily create payment tokens using Flex API
32 lines (17 loc) • 728 B
Markdown
# Change Log
## v0.3.1
- Documentation updates.
## v0.3.0
- `createToken` will now automatically determine which environment to tokenize against so you no longer need to manually set the `production` parameter.
- Added support for the new Indian Datacenter.
## v0.2.2
- Documentation updates including callouts on Safari 10 not supporting `encryptionType: 'RsaOaep256'` and some updates to jsdoc definitions.
## v0.2.1
- Documentation updates to fix import strings in the code examples.
## v0.2.0
- Add support for `RsaOaep` encryption type to allow broader browser support.
## v0.1.3
- Fix to allow Safari 11 support.
- Strip empty card number values prior to sending token requests.
## v0.1.1
- Initial release.