Skip to content

Commit fdf1be5

Browse files
Corrected redirect error
1 parent f1fe17b commit fdf1be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugins/SmartStore.PayPal/Controllers/PayPalStandardController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ public ActionResult CancelOrder(FormCollection form)
492492

493493
if (order != null)
494494
{
495-
return RedirectToAction("Details", "Order", new { id = order.Id });
495+
return RedirectToAction("Details", "Order", new { id = order.Id, area = "" });
496496
}
497497

498498
return RedirectToAction("Index", "Home", new { area = "" });

0 commit comments

Comments
 (0)