🔧 fix: harden billing flow and sidebar settings

Add missing strings import for subscription fallback checks, log failed subscription refunds after retries, and extend sidebar module settings with a subscription management toggle plus translations.
This commit is contained in:
t0ng7u
2026-02-03 01:58:49 +08:00
parent f521a430ce
commit f578aa8e00
9 changed files with 21 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package service
import (
"fmt"
"net/http"
"strings"
"github.com/QuantumNous/new-api/common"
"github.com/QuantumNous/new-api/logger"