mirror of
https://github.com/bitwarden/server.git
synced 2025-02-28 03:51:23 +01:00
log apple status update
This commit is contained in:
parent
a370dd1149
commit
e1e147b78f
@ -1,4 +1,5 @@
|
||||
using Bit.Billing.Utilities;
|
||||
using Bit.Core;
|
||||
using Bit.Core.Enums;
|
||||
using Bit.Core.Models.Table;
|
||||
using Bit.Core.Repositories;
|
||||
@ -67,7 +68,8 @@ namespace Bit.Billing.Controllers
|
||||
return new BadRequestResult();
|
||||
}
|
||||
|
||||
|
||||
_logger.LogInformation(Constants.BypassFiltersEventId, "Got IAP Status Update");
|
||||
_logger.LogInformation(Constants.BypassFiltersEventId, body);
|
||||
|
||||
return new OkResult();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user