Mauricio Araujo 2 лет назад
Родитель
Сommit
0b6410929a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      internal/billing/usage.go

+ 1 - 0
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()