refactor: harden sqlite runtime and packaged startup flow
- refine config loading with --config and current-directory .env - improve sqlite busy handling and runtime DB tuning - restore telegram payment notification and wallet input flow - add behavior-based config and callback recovery tests
This commit is contained in:
@@ -16,7 +16,7 @@ func GetCheckoutCounterByTradeId(tradeId string) (*response.CheckoutCounterRespo
|
||||
return nil, err
|
||||
}
|
||||
if orderInfo.ID <= 0 || orderInfo.Status != mdb.StatusWaitPay {
|
||||
return nil, errors.New("pending order does not exist or has expired")
|
||||
return nil, errors.New("不存在待支付订单或已过期")
|
||||
}
|
||||
|
||||
resp := &response.CheckoutCounterResponse{
|
||||
|
||||
Reference in New Issue
Block a user