We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 254a9f0 + 3d160ad commit b4fd428Copy full SHA for b4fd428
Checkout/Source/Validation/Constants.swift
@@ -25,7 +25,7 @@ public enum Constants {
25
}
26
27
enum Product {
28
- static let version = "4.3.5"
+ static let version = "4.3.6"
29
static let name = "checkout-ios-sdk"
30
static let userAgent = "checkout-sdk-ios/\(version)"
31
Source/Core/Constants/Constants.swift
@@ -8,7 +8,7 @@
8
enum Constants {
9
10
static let productName = "frames-ios-sdk"
11
12
static let userAgent = "checkout-sdk-frames-ios/\(version)"
13
14
enum Logging {
0 commit comments