Skip to content
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.0
* Synced with Native SDKs version 2.2.0 (iOS `Pokepay` 2.2.0, Android `pokepaylib` 2.2.0)
* Regenerated the auto-generated Bank API from `bank.yaml`
* Added auto-generated Terminal, Transaction (get/refund), Check, Account, and User endpoints
* Renamed generated transaction methods to `createTransactionWithCashtray`/`WithBill`/`WithCheck`

## 2.1.1
* Fixed parsing wrong JSON keys for PrivateMoney and BankPayRedirectUrl

Expand Down
2 changes: 1 addition & 1 deletion ios/pokepay_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'pokepay_sdk'
s.version = '2.1.1'
s.version = '2.2.0'
s.summary = 'Pokepay flutter SDK'
s.description = <<-DESC
Pokepay flutter SDK
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pokepay_sdk
description: SDK for pokepay
version: 2.1.1
version: 2.2.0
homepage: https://pay.pocket-change.jp/

environment:
Expand Down
Loading