mirror of
https://github.com/bitwarden/server.git
synced 2025-05-30 07:44: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
|
var subscriptions = await subscriptionService.ListAsync(new SubscriptionListOptions
|
||||||
{
|
{
|
||||||
CustomerId = charge.CustomerId
|
Customer = charge.CustomerId
|
||||||
});
|
});
|
||||||
foreach (var sub in subscriptions)
|
foreach (var sub in subscriptions)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user