Skip to content

Commit

Permalink
Use let over var
Browse files Browse the repository at this point in the history
  • Loading branch information
warmkesselj committed Jan 22, 2025
1 parent fcaa1e7 commit 2607562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraintreeCard/BTCard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ import BraintreeCore
func parameters(apiClient: BTAPIClient) -> CreditCardPOSTBody {
var creditCardBody = CreditCardPOSTBody(card: self)

var meta = CreditCardPOSTBody.Meta(
let meta = CreditCardPOSTBody.Meta(
integration: apiClient.metadata.integration.stringValue,
source: apiClient.metadata.source.stringValue,
sessionId: apiClient.metadata.sessionID
Expand Down

0 comments on commit 2607562

Please sign in to comment.