1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-06 19:28:08 +01:00
This commit is contained in:
Jonas Hendrickx 2024-10-10 10:56:32 +02:00
parent 5ce7aaecc2
commit 7691159e68

View File

@ -13,7 +13,6 @@ public class BillingController(
{
[HttpPost]
[Route("calculate-tax")]
[AllowAnonymous]
public async Task<IResult> CalculateTaxAsync([FromBody] CalculateTaxRequestModel requestBody)
{
var options = new Stripe.Tax.CalculationCreateOptions