1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Updated invoice history to filter on customerId only (#5175)

This commit is contained in:
Conner Turnbull
2025-01-22 12:26:21 -05:00
committed by GitHub
parent 0e0dd8203a
commit 28a592103d

View File

@ -28,7 +28,6 @@ public class PaymentHistoryService(
var invoices = await stripeAdapter.InvoiceListAsync(new StripeInvoiceListOptions
{
Customer = subscriber.GatewayCustomerId,
Subscription = subscriber.GatewaySubscriptionId,
Limit = pageSize,
Status = status,
StartingAfter = startAfter