Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MauAraujo committed May 6, 2024
1 parent adbfebf commit 3eb974b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/billing/stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ func (s StripeClient) GetPublishableKey(ctx context.Context) (key string) {
return s.PublishableKey
}

// ListCustomerInvoices will return all invoices for the customer with the given status
func (s StripeClient) ListCustomerInvoices(ctx context.Context, customerID string, status string) (invoiceList []types.Invoice, err error) {
ctx, span := telemetry.NewSpan(ctx, "populate-invoice-urls")
defer span.End()
Expand Down

0 comments on commit 3eb974b

Please sign in to comment.