From fd732a7ce328683010dbe08f9f00a27802e1bc38 Mon Sep 17 00:00:00 2001 From: Mauricio Araujo Date: Wed, 15 May 2024 17:53:32 -0400 Subject: [PATCH] Linting --- internal/billing/usage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/billing/usage.go b/internal/billing/usage.go index 50adcbc3fe..4125b1462b 100644 --- a/internal/billing/usage.go +++ b/internal/billing/usage.go @@ -237,6 +237,7 @@ func (m LagoClient) ListCustomerCredits(ctx context.Context, projectID uint, san return response, nil } +// CheckCustomerCouponExpiration will return the expiration date of the customer's coupon func (m LagoClient) CheckCustomerCouponExpiration(ctx context.Context, projectID uint, sandboxEnabled bool) (trialEndDate string, err error) { ctx, span := telemetry.NewSpan(ctx, "list-customer-coupons") defer span.End()