Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-stripe committed Dec 24, 2024
1 parent 3d57453 commit ff97595
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ private func == (lhs: STPPaymentIntentCaptureMethod, rhs: PaymentSheet.IntentCon
return rhs == .manual
case .unknown:
return false
case .automaticAsync:
return rhs == .automaticAsync
@unknown default:
return false
}
Expand Down

0 comments on commit ff97595

Please sign in to comment.