diff --git a/CHANGELOG.md b/CHANGELOG.md index 700c023..55dad25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,3 +90,10 @@ All notable changes to this project will be documented in this file. ### Fixed Fixed ApplePay +## [1.2.9] - 15.12.2023 + +#### Fixed + Fixed ApplePay + +### Changed + Changed amout type from Decimal to Double diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo index 835671a..d26bdcc 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo differ diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo index 118218a..f96f7c6 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo differ diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule index 35a324a..7d6f9a4 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule differ diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule index f4cee82..40098af 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule differ diff --git a/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK b/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK index 231b0da..9732d9c 100755 Binary files a/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK and b/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK differ diff --git a/TranzzoPaymentSDK.podspec b/TranzzoPaymentSDK.podspec index 2115be1..1ebf094 100644 --- a/TranzzoPaymentSDK.podspec +++ b/TranzzoPaymentSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'TranzzoPaymentSDK' - spec.version = '1.1.8' + spec.version = '1.2.9' spec.summary = 'TranzzoPaymentSDK' spec.description = 'Framework for Payments' spec.homepage = 'https://tranzzo.ua'