Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new version #4

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion TranzzoPaymentSDK.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down