diff --git a/pkg/commands/billing/subscribe.go b/pkg/commands/billing/subscribe.go index 150d889..7d35e6f 100644 --- a/pkg/commands/billing/subscribe.go +++ b/pkg/commands/billing/subscribe.go @@ -82,7 +82,9 @@ var SubscribeCommand = &cli.Command{ for { select { case <-timeout: - return fmt.Errorf("payment confirmation timed out after 5 minutes. If you completed payment, run 'eigenx billing status' to check status") + logger.Info("\nPayment confirmation timed out after 5 minutes.") + logger.Info("If you completed payment, run 'eigenx billing status' to check status.") + return nil case <-ticker.C: subscription, err := client.GetUserSubscription(cCtx) if err != nil {