Skip to content

Commit

Permalink
Merge pull request #70 from pokepay/fix/bankpay
Browse files Browse the repository at this point in the history
Fix despositType to String
  • Loading branch information
DanRidh authored Sep 28, 2023
2 parents 072e17f + 07c42a0 commit a554bc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pokepay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Pokepay"
s.version = "2.0.6"
s.version = "2.0.7"
s.summary = "Pokepay iOS SDK."
s.description = <<-DESC
iOS SDK for Pokepay written in Swift.
Expand Down
2 changes: 1 addition & 1 deletion Pokepay.xcodeproj/Pokepay_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.6</string>
<string>2.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Pokepay/Responses/BankPay.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public struct BankPay: Codable {
public let bankCode: String
public let branchNumber: String
public let branchName: String
public let depositType: Int32
public let depositType: String
public let maskedAccountNumber: String
public let accountName: String
public let privateMoneyId: String?
Expand Down

0 comments on commit a554bc6

Please sign in to comment.