Cleaning up Checkout auth (#64)

This commit is contained in:
Steve Smith
2017-10-23 13:51:27 -04:00
committed by GitHub
parent 749a37d6d9
commit 4a549c3401
7 changed files with 92 additions and 27 deletions

View File

@@ -1,9 +1,8 @@
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Microsoft.eShopWeb.ViewModels;
using Newtonsoft.Json;
using Microsoft.eShopWeb.ViewModels;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace FunctionalTests.Web.Controllers
{