Skip to content

Commit

Permalink
Updated invoice history to filter on customerId only
Browse files Browse the repository at this point in the history
  • Loading branch information
cturnbull-bitwarden committed Dec 20, 2024
1 parent 11325c4 commit 9e2ade7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2ade7

Please sign in to comment.