1
0
mirror of https://github.com/bitwarden/server synced 2026-01-09 20:13:24 +00:00

added stripe webhook signature checking

This commit is contained in:
Kyle Spearrin
2017-08-12 22:30:44 -04:00
parent 680d7b2bed
commit c2df445ac2
4 changed files with 14 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ using Bit.Core.Utilities;
using Serilog.Events;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.AspNetCore.HttpOverrides;
namespace Bit.Billing
{