Releases: MobilePayDev/MobilePay-AppSwitch-SDK
Releases · MobilePayDev/MobilePay-AppSwitch-SDK
MobilePay-AppSwitch-SDK 2.3.0
Converted library to XCFramework to add support to Xcode 12 and building on M1 chip.
[iOS] MobilePay-AppSwitch-SDK 2.2.0
Changes
- Updated headers to fix warnings in Xcode
MobilePay-AppSwitch-SDK 2.2.0
Android [2.2.1] - 2020-05-12
Removed
- Removed Spongy castle dependencies (also known as Bouncy castle)
iOS [2.2.0] - 2019-08-28
Added
- Added
orderId
toMobilePayPaymentErrorBlock
. Changed parameter ofMobilePayPaymentErrorBlock
fromNSError
toMobilePayErrorPayment
which storeserror
andorderId
. - Units tests.
Changed
- Replaced
float
price type withNSDecimalNumber
. To avoid rounding errors, anNSDecimalNumber
- passed as price - should be initialized with eitherdouble
orstring
value. - Previously if SDK client passed in an amount with 3 or more digits after the comma it would be rounded up or down depending on the third digit (e.g. 12.345 -> 12.35). Now SDK is always rounding DOWN (e.g. 12.345 -> 12.34).
- Renamed error code
MobilePayErrorCodePaymentRejectedFraud
toMobilePayErrorCodePaymentRejected
.
Removed
- Removed
Capture
payment type. UseReserve
orPartial Capture
instead. Default isReserve
. - Request parameters
returnSeconds
,productName
,productImage
,receiptMessage
were removed. - Removed the ability to initialize MobilePay for Norway as it is not supported.
- Removed
productPrice
property fromMobilePaySuccessfulPayment
. - Removed deprecated and unused code.
Android [2.2.0] - 2019-08-28
Added
- Ability to fully reset the MobilePay singleton via reset() method.
- OrderId is now returned with cancel event. Note that OrderId can be null.
- Units tests.
- AndroidX support.
Changed
- Previously if SDK client passed in an amount with 3 or more digits after the comma it would be rounded up or down depending on the third digit (e.g. 12.345 -> 12.35). Now SDK is always rounding DOWN (e. g. 12.345 -> 12.34).
Removed
- Removed
Capture
payment type. UseReserve
orPartial Capture
instead. Default isReserve
. - Request parameters returnseconds, productName, productImage, receiptMessage were removed.
- Removed the ability to initialise MobilePay for Norway as it is not supported.
- Removed deprecated and unused code.
MobilePay-AppSwitch-SDK 1.8.1
Changelog:
- Server Callback URL is no longer a part of the SDK. The feature to enable server-to-server communication has been removed.
MobilePay-AppSwitch-SDK 1.8.0
New features on all platforms:
- Server Callback URL: A feature that enables server-to-server communication in order to receive instant feedback on current transaction. This enables merchants to react accordingly.
iPhone:
- No changes specific for iPhone.
Android:
- No changes specific for Android.
Windows Phone only:
- No changes specific for Windows Phone.