Skip to content

Conversation

@yuki-stripe
Copy link
Collaborator

@yuki-stripe yuki-stripe commented Oct 31, 2025

Summary

Update examples to use async/await with new confirm handler. Used claude.

Testing

Sanity checked each example still loads + confirms

Changelog

N/A

@github-actions
Copy link

github-actions bot commented Oct 31, 2025

⚠️ Public API changes detected:

StripeFinancialConnections

+ @_Concurrency.MainActor final public func present(from presentingViewController: UIKit.UIViewController) async -> StripeFinancialConnections.FinancialConnectionsSheet.Result
+ @_Concurrency.MainActor final public func presentForToken(from presentingViewController: UIKit.UIViewController) async -> StripeFinancialConnections.FinancialConnectionsSheet.TokenResult

If you are adding a new public API consider the following:

  • Do these APIs need to be public or can they be protected with @_spi(STP)?
  • If these APIs need to be public, assess whether they require an API review.

If you are modifying or removing a public API:

  • Does this require a breaking version change?
  • Do these changes require API review?

If you confirm these APIs need to be added/updated and have undergone necessary review, add the label modifies public API to this PR to acknowledge and bypass this check.

ℹ️ If this comment appears to be left in error, make sure your branch is up-to-date with master.

@yuki-stripe yuki-stripe force-pushed the yuki/update-examples-v25 branch from 3f1fa1d to 045d81b Compare November 4, 2025 23:42
@yuki-stripe yuki-stripe added the v25 label Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants