Mauricio Araujo 2 년 전
부모
커밋
3eb974be28
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      internal/billing/stripe.go

+ 1 - 0
internal/billing/stripe.go

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