From 94a2b00d9a2097eb5061b611104cf6dd615aac8e Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Fri, 22 May 2015 12:46:00 -0700 Subject: [PATCH] React to 'form' tag helper changes --- src/MusicStore/Views/Checkout/AddressAndPayment.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml b/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml index ca4b4eea6c..09969b2a86 100644 --- a/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml +++ b/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml @@ -8,7 +8,7 @@ @{await Html.RenderPartialAsync("_ValidationScriptsPartial"); } } -
+

Address And Payment