spree_store_credits icon indicating copy to clipboard operation
spree_store_credits copied to clipboard

This Spree extension allows admins to issue arbitrary amounts of store credit to users.

Results 6 spree_store_credits issues
Sort by recently updated
recently updated
newest added

Hi, it seems that I always have to select a payment method during checkout even if a user has enough store credit to pay the order completely. Is there a...

There have been some refactorings that affect this extension

This is an issue we met in our project when using this store credits extension. On our development env, all things worked fine. But when we run the app on...

Is there a chance this extensions gets a version bump to 2.4? It would be really appreciated.

this should make this extension work again with 2-0-stable

In order_decorator.rb : ``` ruby before_save :process_store_credit, :if => "self.user.present? && @store_credit_amount" ``` Scenario : Given order is left at the checkout confirmation step And the Spree::Config[:use_store_credit_minimum] changes to a...