Skip to content

Commit

Permalink
Update Sources/BraintreeThreeDSecure/BTThreeDSecureClient.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Herrera <[email protected]>
  • Loading branch information
jaxdesmarais and richherrera authored Dec 17, 2024
1 parent b961343 commit 387fb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraintreeThreeDSecure/BTThreeDSecureClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ import BraintreeCore
requestParameters["customFields"] = customFields
}

if request.cardAddChallengeRequested == true {
if request.cardAddChallengeRequested {
requestParameters["cardAdd"] = true
}

Expand Down

0 comments on commit 387fb39

Please sign in to comment.