Skip to content

Remove ASCS fields from models #5127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged

Conversation

mats-stripe
Copy link
Collaborator

Summary

Removes the auth_session_client_secret field from models. We don't use it anywhere.

Motivation

Cleanup

Testing

Project still builds

Changelog

N/a

@mats-stripe mats-stripe requested review from a team as code owners July 8, 2025 19:27
@mats-stripe mats-stripe requested a review from wooj-stripe July 8, 2025 19:27
Copy link

github-actions bot commented Jul 8, 2025

🚨 New dead code detected in this PR:

ConsumerSession+PublishableKey.swift:16 warning: Initializer 'init(consumerSession:publishableKey:)' is unused

Please remove the dead code before merging.

If this is intentional, you can bypass this check by adding the label skip dead code check to this PR.

ℹ️ If this comment appears to be left in error, double check that the flagged code is actually used and/or make sure your branch is up-to-date with master.

@mats-stripe
Copy link
Collaborator Author

🚨 New dead code detected in this PR:
ConsumerSession+PublishableKey.swift:16 warning: Initializer 'init(consumerSession:publishableKey:)' is unused

The initializer is not directly used, the object is decoded from an API response.

@mats-stripe mats-stripe merged commit b01b8e3 into master Jul 9, 2025
7 of 8 checks passed
@mats-stripe mats-stripe deleted the mats/remove_ascs_references branch July 9, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants