spree_store_credit_payment_method icon indicating copy to clipboard operation
spree_store_credit_payment_method copied to clipboard

Paying entirely with store credit should remove the need to supply a credit card.

Open mleglise opened this issue 10 years ago • 5 comments

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?

mleglise avatar Dec 09 '14 15:12 mleglise

we took care of this in our controller code

jasonfb avatar Apr 23 '15 14:04 jasonfb

@jasonfb if your up for it a PR against the store credits branch would be nice https://github.com/spree/spree/pull/5917

JDutil avatar Apr 24 '15 17:04 JDutil

Yes I was wondering about that. I assume that pull is targeted against 3.1?

jasonfb avatar Apr 24 '15 18:04 jasonfb

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.

JDutil avatar Apr 24 '15 19:04 JDutil

@jasonfb What was the actual fix for this?

dbruns avatar Jan 14 '17 02:01 dbruns