feat(currency): add currency configuration support and integrate into payment processing

This commit is contained in:
Tension
2025-12-31 11:47:24 +08:00
parent 780e71441d
commit 798fb9e245
5 changed files with 71 additions and 37 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ func NewServiceContext(c config.Config) *ServiceContext {
Redis: rds,
Config: c,
Queue: NewAsynqClient(c),
ExchangeRate: 1.0,
ExchangeRate: 0,
GeoIP: geoIP,
//NodeCache: cache.NewNodeCacheClient(rds),
AuthLimiter: authLimiter,