Merge pull request 'fixed treasury messages' (#669) from tg-666 into main
All checks were successful
ci/woodpecker/push/gateway_tgsettle Pipeline was successful
All checks were successful
ci/woodpecker/push/gateway_tgsettle Pipeline was successful
Reviewed-on: #669
This commit was merged in pull request #669.
This commit is contained in:
@@ -441,7 +441,7 @@ func (s *Service) logRequest(record *storagemodel.TreasuryRequest, status string
|
|||||||
}
|
}
|
||||||
|
|
||||||
func newRequestID() string {
|
func newRequestID() string {
|
||||||
return "TG-TREASURY-" + strings.ToUpper(bson.NewObjectID().Hex()[:8])
|
return "TG-TREASURY-" + strings.ToUpper(bson.NewObjectID().Hex())
|
||||||
}
|
}
|
||||||
|
|
||||||
func resolveAccountCode(account *ledger.Account, fallbackAccountID string) string {
|
func resolveAccountCode(account *ledger.Account, fallbackAccountID string) string {
|
||||||
|
|||||||
Reference in New Issue
Block a user