Skip to content

Commit

Permalink
Update PaymentSheetError.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Oct 17, 2024
1 parent ee00eae commit 758f315
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ extension PaymentSheetError: CustomDebugStringConvertible {
return "Attempted Apple Pay but it's not supported by the device, not configured, or missing a presenter"
case .deferredIntentValidationFailed(message: let message):
return message
case .invalidLinkBankPaymentMethod:
return "The Stripe API sent an invalid payment_method parameter"
case .alreadyPresented:
return "presentingViewController is already presenting a view controller"
case .flowControllerConfirmFailed(message: let message):
Expand Down

0 comments on commit 758f315

Please sign in to comment.