diff --git a/CHANGELOG.md b/CHANGELOG.md index dc33339..4f85697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,3 +80,8 @@ All notable changes to this project will be documented in this file. registryRefNo: String? processedAt: String? +## [1.1.7] - 13.11.2023 + +### Changed + Removed fee params from PaymentInfoResponse object + diff --git a/README.md b/README.md index 2a9f8a3..4c0226e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ TranzzoPaymentSDK is written in Swift 5+. iOS 11.0+ Required With Cocoapods ```ruby -pod 'TranzzoPaymentSDK', :git => 'https://github.com/tranzzo/mobile-sdk-ios.git', :tag => '1.0.4' +pod 'TranzzoPaymentSDK', :git => 'https://github.com/tranzzo/mobile-sdk-ios.git' ``` While using TranzzoPaymentSDK, don’t forget: 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 62ce36e..060534e 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 2ef7e99..8ef126e 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 1ab6480..c71809a 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 3df13e0..62f64b6 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 e55879b..2187414 100755 Binary files a/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK and b/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK differ diff --git a/TranzzoPaymentSDK.podspec b/TranzzoPaymentSDK.podspec index bcd7d12..163686d 100644 --- a/TranzzoPaymentSDK.podspec +++ b/TranzzoPaymentSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'TranzzoPaymentSDK' - spec.version = '1.0.6' + spec.version = '1.1.7' spec.summary = 'TranzzoPaymentSDK' spec.description = 'Framework for Payments' spec.homepage = 'https://tranzzo.ua'