File tree 3 files changed +6
-2
lines changed
Sources/Pokepay/BankAPI/User
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Pokepay"
3
- s . version = "2.0.9 "
3
+ s . version = "2.0.10 "
4
4
s . summary = "Pokepay iOS SDK."
5
5
s . description = <<-DESC
6
6
iOS SDK for Pokepay written in Swift.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.9 </string >
18
+ <string >2.0.10 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ public extension BankAPI.User {
28
28
29
29
dict [ " callback_url " ] = callbackUrl
30
30
dict [ " private_money_id " ] = privateMoneyId
31
+
32
+ if kana != nil {
33
+ dict [ " kana " ] = kana
34
+ }
31
35
32
36
return dict
33
37
}
You can’t perform that action at this time.
0 commit comments