mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Updated invoice history to filter on customerId only (#5175)
This commit is contained in:
parent
0e0dd8203a
commit
28a592103d
@ -28,7 +28,6 @@ public class PaymentHistoryService(
|
|||||||
var invoices = await stripeAdapter.InvoiceListAsync(new StripeInvoiceListOptions
|
var invoices = await stripeAdapter.InvoiceListAsync(new StripeInvoiceListOptions
|
||||||
{
|
{
|
||||||
Customer = subscriber.GatewayCustomerId,
|
Customer = subscriber.GatewayCustomerId,
|
||||||
Subscription = subscriber.GatewaySubscriptionId,
|
|
||||||
Limit = pageSize,
|
Limit = pageSize,
|
||||||
Status = status,
|
Status = status,
|
||||||
StartingAfter = startAfter
|
StartingAfter = startAfter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user