Skip to content

Commit

Permalink
4.0.2 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PhonePe committed Feb 10, 2025
1 parent 56377b9 commit e019112
Show file tree
Hide file tree
Showing 30 changed files with 79 additions and 56 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.0.2]
- OCP Added
- Support more schemas (ppemerchantsdkv4, ppemerchantsdkv5)


## [4.0.1]
- Now support 3 more apps - CRED, AMAZON PAY and BHIM.

Expand Down
2 changes: 1 addition & 1 deletion PhonePePayment.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PhonePePayment'
s.version = '4.0.1'
s.version = '4.0.2'
s.summary = 'PhonePePayment'

s.description = <<-DESC
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public struct UpiCollectPaymentMode {
}
public struct PPEIntentPaymentMode {
public init(accountId: Swift.String)
public init(oneClickPay: Swift.Bool = true)
public init()
public func encode(to encoder: Swift.Encoder) throws
}
Expand Down
Binary file not shown.
Loading

0 comments on commit e019112

Please sign in to comment.