mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 14:54:50 -05:00
Fixed SDK reference issue in Billing proj
This commit is contained in:
parent
9ef39bcadb
commit
cdfde692a6
@ -204,7 +204,7 @@ namespace Bit.Billing.Controllers
|
||||
{
|
||||
var subscriptions = await subscriptionService.ListAsync(new SubscriptionListOptions
|
||||
{
|
||||
CustomerId = charge.CustomerId
|
||||
Customer = charge.CustomerId
|
||||
});
|
||||
foreach (var sub in subscriptions)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user