Skip to content

Commit

Permalink
Merge pull request #24 from pokepay/fix/delete-bankpay-body
Browse files Browse the repository at this point in the history
Add body params handling to DELETE requests
  • Loading branch information
DanRidh authored Dec 26, 2023
2 parents e4ea788 + b2165be commit 641a226
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.13
* Fix `deleteBankPay` API

## 2.0.12
* Added optional `requestId` to `bankPayTopUp` API

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.11.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.11.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.1'
implementation 'jp.pocket-change.pokepay.android-sdk:pokepaylib:2.0.12'
implementation 'jp.pocket-change.pokepay.android-sdk:pokepaylib:2.0.13'
}
4 changes: 2 additions & 2 deletions 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.0.12'
s.version = '2.0.13'
s.summary = 'Pokepay flutter SDK'
s.description = <<-DESC
Pokepay flutter SDK
Expand All @@ -15,7 +15,7 @@ Pokepay flutter SDK
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Pokepay', '2.0.12'
s.dependency 'Pokepay', '2.0.13'
s.platform = :ios, '12.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
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.0.12
version: 2.0.13
homepage: https://pay.pocket-change.jp/

environment:
Expand Down

0 comments on commit 641a226

Please sign in to comment.