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

Remove redundant methods on Spree::PaymentMethod::StoreCredit #2038

Merged

Conversation

skukx
Copy link
Contributor

@skukx skukx commented Jun 22, 2017

When a payment source is required, then can_capture? and can_void?
etc; methods are not needed on the payment method class.

See:
https://github.com/solidusio/solidus/blob/master/core/app/models/spree/payment.rb#L157-L160

When a payment source is present then these methods are delegated to the
payment source class.

When a payment source is required, then `can_capture?` and `can_void?`
etc; methods are not needed on the payment method class.

See:
https://github.com/solidusio/solidus/blob/master/core/app/models/spree/payment.rb#L157-L160

When a payment source is present then these methods are delegated to the
payment source class.
Copy link
Contributor

@mamhoff mamhoff left a comment

Choose a reason for hiding this comment

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

Sweet! Free code deletions!

Copy link
Member

@gmacdougall gmacdougall left a comment

Choose a reason for hiding this comment

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

👍

Thanks!

@gmacdougall gmacdougall merged commit 90d69f5 into solidusio:master Jun 28, 2017
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.

None yet

3 participants