Fix tests

This commit is contained in:
nicolas.dorier
2019-11-08 21:42:34 +09:00
parent 5b37a9df0b
commit 563e95df7c
4 changed files with 19 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ using System.Threading.Tasks;
namespace BTCPayServer.Models
{
public class PostRedictViewModel
public class PostRedirectViewModel
{
public string AspAction { get; set; }
public string AspController { get; set; }