1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 00:33:23 +00: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);
}