Skip to content

Commit

Permalink
Remove testing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisNikolic committed Mar 25, 2024
1 parent 311f739 commit b62bf05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Debug App/Sources/Network/Networking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class Networking {
if let apiVersion = apiVersion {
request.addValue(apiVersion.rawValue, forHTTPHeaderField: "x-api-version")
request.addValue("IOS", forHTTPHeaderField: "Client")
request.addValue("chkt-2307-cvv-recapture-flag", forHTTPHeaderField: "x-primer-branch")
}

let headerDescriptions = request.allHTTPHeaderFields?.map { key, value in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ internal extension PrimerAPI {
static let headers: [String: String] = [
"Content-Type": "application/json",
"Primer-SDK-Version": VersionUtils.releaseVersionNumber ?? "n/a",
"Primer-SDK-Client": PrimerSource.sdkSourceType.sourceType,
"x-primer-branch": "chkt-2307-cvv-recapture-flag"
"Primer-SDK-Client": PrimerSource.sdkSourceType.sourceType
]

var headers: [String: String]? {
Expand Down

0 comments on commit b62bf05

Please sign in to comment.