Commit 965dae36 by Angel MAS

redireccion

parent cd9c580b
...@@ -478,7 +478,7 @@ class CartController extends Controller ...@@ -478,7 +478,7 @@ class CartController extends Controller
public function cancelPaypal() public function cancelPaypal()
{ {
return redirect() return redirect()
->route('cart.show') ->route('cart.finish')
->with('paypal_cancel', 'paypal_cancel'); ->with('paypal_cancel', 'paypal_cancel');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment