HotcakesCommerce / hotcakes-commerce-core

The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
https://mmmcommerce.com
MIT License
70 stars 55 forks source link

Change HttpResponseBase Controller.Response.Redirect to BaseAppController.Redirect #307

Closed Navilois closed 4 years ago

Navilois commented 4 years ago

Changes all occurrences of HttpResponseBase Controller.Response.Redirect to BaseAppController.Redirect

Tested with ProductsController.cs only - confirmed to fix HotcakesCommerce/hotcakes-commerce-core#219

Not sure if it makes sense to change them all