Mauricio Araujo 2 年之前
父節點
當前提交
73f4f95bc5
共有 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
 	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) {
 func (s StripeClient) ListCustomerInvoices(ctx context.Context, customerID string, status string) (invoiceList []types.Invoice, err error) {
 	ctx, span := telemetry.NewSpan(ctx, "populate-invoice-urls")
 	ctx, span := telemetry.NewSpan(ctx, "populate-invoice-urls")
 	defer span.End()
 	defer span.End()