From d98a416ed942d424e0cb2f0cb14bcb3c81465c15 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Thu, 23 May 2019 10:35:57 -0500 Subject: [PATCH] Switching to asp attributes for form post action --- BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml index 9fcb00791..0ac4d320a 100644 --- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml @@ -6,7 +6,6 @@ ViewData["Title"] = Model.Title; Layout = null; int[] CustomTipPercentages = Model.CustomTipPercentages; - string postUrl = $"/apps/{Model.AppId}/pos"; } @@ -221,7 +220,7 @@