Skip to content

Commit

Permalink
Fix pod lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-stripe committed Oct 21, 2024
1 parent 16cb223 commit 4cde284
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

/// Contains elements session context useful for the Financial Connections SDK.
@_spi(STP) public struct ElementsSessionContext {
@_spi(STP) public enum IntentID {
@_spi(STP) @frozen public enum IntentID {
case payment(String)
case setup(String)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,6 @@ extension FinancialConnectionsAPIClient: FinancialConnectionsAPI {
parameters["financial_incentive"] = [
"setup_intent": setupIntentId,
]
@unknown default:
break
}
}

Expand Down

0 comments on commit 4cde284

Please sign in to comment.