spree_store_credit_payment_method
spree_store_credit_payment_method copied to clipboard
Paying entirely with store credit should remove the need to supply a credit card.
Currently, the user is still prompted for a credit card, and cannot complete checkout without it. The Bonobos frontend appears to have already fixed this.
Is there a suggested way to fix this in other frontends?
we took care of this in our controller code
@jasonfb if your up for it a PR against the store credits branch would be nice https://github.com/spree/spree/pull/5917
Yes I was wondering about that. I assume that pull is targeted against 3.1?
Yea targeted on master branch to be included whenever it's finished. I'm pretty sure it just needs the views, and to make sure specs are passing I could be wrong though need to have @peterberkenbosch add a task list for whats left at some point.
@jasonfb What was the actual fix for this?