1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

upadte package and move billing to full .net

This commit is contained in:
Kyle Spearrin
2017-03-18 22:26:36 -04:00
parent 188571cad8
commit 1296853983
7 changed files with 52 additions and 22 deletions

View File

@ -6,7 +6,7 @@ namespace Bit.Billing.Controllers
public class StripeController : Controller
{
[HttpPost("webhook")]
public void PostWebhook([FromBody]dynamic body)
public void PostWebhook([FromBody]dynamic body, [FromQuery] string key)
{
}