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:
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user