Skip to content
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

misc: Remove the need for BaseService current user argument #2660

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

vincent-pochet
Copy link
Collaborator

Context

The BaseService#initialize method is expecting a first argument of type User that is then assigned to the created result. This argument is not used in any places (last references were removed in previous PRs)

Description

This PR simply removes this reference, and refactors the ::PaymentProviders::DestroyService that was the last remaining service relying on it.

@vincent-pochet vincent-pochet changed the title misc: Remove the need for BaseService user argument misc: Remove the need for BaseService current user argument Oct 7, 2024
@vincent-pochet vincent-pochet merged commit 2176404 into main Oct 7, 2024
6 checks passed
@vincent-pochet vincent-pochet deleted the misc-no-current-user branch October 7, 2024 10:02
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