Releases: SwedbankPay/swedbank-pay-sdk-ios
4.0.3
4.0.2
What's Changed
- All JS-events are now sent to the delegate.
- Exposed most methods in the SDK for testing. You can now inherit classes and override methods as long as you use the "@testable import" statement.
- An example of this, and also useful, is a new test for when an external app does not respond, and the SDK asks to retry in browser (testDelayOpenAlert).
Full Changelog: 4.0.1...4.0.2
4.0.1
4.0.0
3.1.1
3.1.0
What's Changed
Support for the Enterprise merchant, and specifically when identifying customers with SSN (the national identifier).
Full Changelog: 3.0.0...3.1.0
3.0.0
The SDK now supports Checkout version 3 (specifically Payments Only). The way instruments are set is different from previous version, and might be a breaking change depending on your specific usage. Other than this, changes are mostly non-visible from an API-standpoint which means that upgrading should be a smooth experience.
2.5.0
The SDK has a new way of handling redirects from the payment menu. The new handling should improve the experience in the vast majority of cases, but it should still allow payments to proceed with webview-incompatible pages, albeit with a somewhat suboptimal flow.
2.5.0-alpha.1
This preview version has a new way of handling redirects from the payment menu. The new handling should improve the experience in the vast majority of cases, but it should still allow payments to proceed with webview-incompatible pages, albeit with a somewhat suboptimal flow.
This preview version does not yet have fully localized texts for the fallback path of the new redirect handling. Therefore, you may see English texts in place of Swedish or Norwegian in some cases.
2.5.0-alpha
This preview version has a new way of handling redirects from the payment menu. The new handling should improve the experience in the vast majority of cases, but it should still allow payments to proceed with webview-incompatible pages, albeit with a somewhat suboptimal flow.
This preview version does not yet have fully localized texts for the fallback path of the new redirect handling. Therefore, you may see English texts in place of Swedish or Norwegian in some cases.