Skip to content

Make Affirm checkouts non-reusable#2

Merged
adammathys merged 1 commit into
solidus_pre_releasefrom
reusable-sources
Jul 11, 2017
Merged

Make Affirm checkouts non-reusable#2
adammathys merged 1 commit into
solidus_pre_releasefrom
reusable-sources

Conversation

@luukveenis

Copy link
Copy Markdown
Member

This commit into core:
solidusio/solidus@547d459

Added a check if payment sources are #reusable?. The
SolidusAffirm::Checkout model here is used as the payment source, but
doesn't implement that method, causing any code that looks up reusable
sources to throw a method missing error.

One example where I've seen this error is the /admin/payments/new page.

This commit into core:
solidusio/solidus@547d459

Added a check if payment sources are `#reusable?`. The
`SolidusAffirm::Checkout` model here is used as the payment source, but
doesn't implement that method, causing any code that looks up reusable
sources to throw a method missing error.

One example where I've seen this error is the /admin/payments/new page.
@adammathys
adammathys merged commit d0b98a2 into solidus_pre_release Jul 11, 2017
@adammathys
adammathys deleted the reusable-sources branch July 11, 2017 17:01
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