Skip to content

Commit 0fdb945

Browse files
Make sure we override the index method
1 parent 7d32b98 commit 0fdb945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Commerce.Checkout/Web/Controllers/UmbracoCommerceCheckoutCheckoutPageController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public UmbracoCommerceCheckoutCheckoutPageController(ILogger<UmbracoCommerceChec
2121
: base(logger, compositeViewEngine)
2222
{ }
2323

24-
public new async Task<IActionResult> Index()
24+
public override async Task<IActionResult> Index()
2525
{
2626
// Check the cart is valid before continuing
2727
if (!await IsValidCartAsync())

0 commit comments

Comments
 (0)