Skip to content

Commit

Permalink
update casting to resolve cocopods warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Nov 8, 2023
1 parent 97af8da commit 412696b
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 @@ -380,7 +380,7 @@ import BraintreeCore

self.apiClient.post(
"v1/payment_methods/\(urlSafeNonce)/three_d_secure/lookup",
parameters: requestParameters
parameters: requestParameters as [String: Any]
) { body, _, error in
if let error = error as NSError? {
// Provide more context for card validation error when status code 422
Expand Down

0 comments on commit 412696b

Please sign in to comment.