Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MauAraujo committed May 15, 2024
1 parent 6d864e2 commit 0b64109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/billing/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0b64109

Please sign in to comment.