2.3.1
·
23 commits
to master
since this release
🎉 New features for PCI Proxy merchants!
We have added more data to our PCI Proxy flows: Our SDK now returns the card information in addition to the tokenization ID.
⚠️ Important Changes - only relevant to PCI Proxy merchants
PCIPTokenizationDelegate
no longer returns thetokenizationId
directly, thetokenizationId
is now contained inPCIPTokenizationSuccess
PCIPTokenizationRequest
has been renamed toPCIPTokenization
PCIPTokenizationRequestOptions
has been renamed toPCIPTokenizationOptions
PCIPTokenizationRequestDelegate
has been renamed toPCIPTokenizationDelegate
PCIPTokenizationRequestError
has been renamed toPCIPTokenizationError
Added
- The PCI Proxy flow now returns card information in addition to the tokenization ID
Changed
- API renaming to be more consistent with other Datatrans APIs