remove paybuttontest

This commit is contained in:
nicolas.dorier
2018-09-04 19:08:21 +09:00
parent c5cb32f6dd
commit e86b4d89ca
3 changed files with 0 additions and 24 deletions

View File

@@ -137,9 +137,6 @@
<Content Update="Views\Public\PayButtonHandle.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
<Content Update="Views\Public\PayButtonTest.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
<Content Update="Views\Server\LNDGRPCServices.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>

View File

@@ -57,12 +57,5 @@ namespace BTCPayServer.Controllers
}, store, HttpContext.Request.GetAbsoluteRoot());
return Redirect(invoice.Data.Url);
}
[HttpGet]
[Route("/paybuttontest")]
public IActionResult PayButtonTest()
{
return View();
}
}
}

View File

@@ -1,14 +0,0 @@

<section>
<div class="container" id="payButtonCtrl">
<div class="row">
<form method="POST" action="http://127.0.0.1:14142/pay/9Jy2oFziB7ZPGHVHTBun2VMyvnBz6GELbpxPeJbSfQDw">
<input type="hidden" name="price" value="10" />
<input type="hidden" name="currency" value="USD" />
<input type="image" src="http://127.0.0.1:14142/img/paybutton/pay.png" name="submit" style="width:209px" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
</form>
</div>
</div>
</section>