Skip to content

Commit

Permalink
Update ios/StripeSdk.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe authored and wooj-stripe committed Jan 27, 2025
1 parent 95f65c7 commit 8841a55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/StripeSdk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ class StripeSdk: RCTEventEmitter, UIAdaptivePresentationControllerDelegate {
} else {
struct ConfirmationError: Error, LocalizedError {
private var errorMessage: String
init(errorMessage: String) {
self.errorMessage = errorMessage
}
public var errorDescription: String? {
return errorMessage
}
Expand Down

0 comments on commit 8841a55

Please sign in to comment.