fix: gofmt payment_service.go and payment_order.go
This commit is contained in:
parent
342dbd2e19
commit
c2108421c2
1
Antigravity-Manager
Submodule
1
Antigravity-Manager
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a9d96bd54978c22d3033830debfe77aeeeee2500
|
||||
@ -288,7 +288,6 @@ func psComputeValidityDays(days int, unit string) int {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func psStartOfDayUTC(t time.Time) time.Time {
|
||||
y, m, d := t.UTC().Date()
|
||||
return time.Date(y, m, d, 0, 0, 0, 0, time.UTC)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user