1
0
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:
Chad Scharf 2020-05-13 09:58:17 -04:00
parent 9ef39bcadb
commit cdfde692a6

View File

@ -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)
{