Skip to content

Commit

Permalink
Merge pull request solidusio#2585 from matteocellucci/fix-cart-redirect
Browse files Browse the repository at this point in the history
Fix redirect to cart
  • Loading branch information
jhawthorn authored Feb 20, 2018
2 parents 859143f + d19a057 commit 1f2fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/controllers/spree/orders_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def populate

def populate_redirect
flash[:error] = t('spree.populate_get_error')
redirect_to('/cart')
redirect_to spree.cart_path
end

def empty
Expand Down

0 comments on commit 1f2fcdf

Please sign in to comment.