|
|
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")
|