mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
Fixed SDK reference issue in Billing proj
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Bit.Billing.Controllers
|
|||||||
{
|
{
|
||||||
var subscriptions = await subscriptionService.ListAsync(new SubscriptionListOptions
|
var subscriptions = await subscriptionService.ListAsync(new SubscriptionListOptions
|
||||||
{
|
{
|
||||||
CustomerId = charge.CustomerId
|
Customer = charge.CustomerId
|
||||||
});
|
});
|
||||||
foreach (var sub in subscriptions)
|
foreach (var sub in subscriptions)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user