Skip to content

chore: bump stripe-ios 26.1.0,stripe-android 23.11.1#2516

Open
tjclawson-stripe wants to merge 2 commits into
masterfrom
chore/bump-native-sdks-ios-26.1.0-android-23.11.1
Open

chore: bump stripe-ios 26.1.0,stripe-android 23.11.1#2516
tjclawson-stripe wants to merge 2 commits into
masterfrom
chore/bump-native-sdks-ios-26.1.0-android-23.11.1

Conversation

@tjclawson-stripe

Copy link
Copy Markdown
Collaborator
  • stripe-react-native.podspec: stripe_version26.1.0 (release notes)
  • android/gradle.properties: StripeSdk_stripeVersion23.11.1 (release notes)

Automated by bump-native-sdks

@tjclawson-stripe
tjclawson-stripe requested review from a team as code owners July 1, 2026 10:22
@stripe stripe deleted a comment from tjclawson-stripe Jul 10, 2026
@stripe stripe deleted a comment from tjclawson-stripe Jul 10, 2026
@stripe stripe deleted a comment from tjclawson-stripe Jul 10, 2026
@tjclawson-stripe

Copy link
Copy Markdown
Collaborator Author

CI is failing on this automated native SDK bump PR, so I prepared a Minion task to investigate and fix it.

Create Minion task

Failed checks:

stripe-ios 26.1.0 renamed CryptoOnrampCoordinator.presentCRSCARFDeclaration(from:)
to presentUserAttestation(from:). Update call site accordingly.

Committed-By-Agent: goose

Copy link
Copy Markdown
Contributor

CI Fix

Root cause: stripe-ios 26.1.0 renamed CryptoOnrampCoordinator.presentCRSCARFDeclaration(from:) to presentUserAttestation(from:) (see 26.1.0 release notes). The call site in ios/StripeSdkImpl.swift still used the old name, causing a Swift compile error in the iOS unit test workflow.

Files changed:

  • ios/StripeSdkImpl.swift: Updated call from coordinator.presentCRSCARFDeclaration(from:) to coordinator.presentUserAttestation(from:). The result type (UserAttestationResult, formerly CRSCARFDeclarationResult) has the same .confirmed/.canceled cases, so no other changes were needed.

Verification: Reviewed the stripe-ios 26.1.0 source for UserAttestationResult to confirm case names are unchanged. No other usages of the old API were found in the codebase.

@tjclawson-stripe

Copy link
Copy Markdown
Collaborator Author

CI is failing on this automated native SDK bump PR, so I prepared a Minion task to investigate and fix it.

Create Minion task

Failed checks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants