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

[PM-14456] Return provider type when getting provider's subscription (#4972)

This commit is contained in:
Jonas Hendrickx
2024-11-06 15:46:36 +01:00
committed by GitHub
parent 05356248eb
commit 9beeebaac5
2 changed files with 11 additions and 5 deletions

View File

@ -93,7 +93,8 @@ public class ProviderBillingController(
subscription,
providerPlans,
taxInformation,
subscriptionSuspension);
subscriptionSuspension,
provider);
return TypedResults.Ok(response);
}