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

Make Spree::Payment::Processing#handle_void_response public #3708

Conversation

spaghetticode
Copy link
Member

The method is called by Spree::Payment::Cancellation#cancel, so it makes sense to have it public instead of relying on a hacky send call.

Checklist:

The method is called by Spree::Payment::Cancellation#cancel, so it
makes sense to have it public instead of relying on a hacky `send`
call.
@spaghetticode spaghetticode self-assigned this Jul 15, 2020
Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't see a reason to call methods via send in this context. Thanks!

@spaghetticode spaghetticode merged commit 75b93e6 into solidusio:master Jul 17, 2020
@spaghetticode spaghetticode deleted the spaghetticode/public-handle-void-response branch July 17, 2020 06:29
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.

3 participants