Releases: SwedbankPay/swedbank-pay-sdk-ios
0.3.1
Ongoing payment order can now be updated. New methods have been added to SwedbankPaySDKConfiguration and SwedbankPaySDKController for this. MerchantBackendConfiguration allows setting the instrument of an instrument mode payment through this mechanism.
0.3.0
The SDK Configuration is now responsible for making any backend requests, and is fully customizable to fit your systems.
Breaking changes:
SwedbankPaySDK.Configuration has been removed
SwedbankPaySDKConfiguration is a new protocol
SwedbankPaySDKController requires a SwedbankPaySDKConfiguration
The old SwedbankPaySDK.Configuration functionality is available as SwedbankPaySDK.MerchantBackendConfiguration
Many enum cases have been renamed to begin with a lower-case letter, according to Swift best practices
The SwedbankPaySDK.Problem hierarchy has been improved; this has changed some enums' associated values to change.
0.2.1
0.2.0
0.1.25
0.1.24
0.1.23-citest01
CI push to trunk rather than private repo
0.1.23
Fixed payment menu onError callback. Also more automated tests.
0.1.22 extend timeout for webview tests