Commit c2108421 authored by erio's avatar erio
Browse files

fix: gofmt payment_service.go and payment_order.go

parent 342dbd2e
Antigravity-Manager @ a9d96bd5
Subproject commit a9d96bd54978c22d3033830debfe77aeeeee2500
...@@ -288,7 +288,6 @@ func psComputeValidityDays(days int, unit string) int { ...@@ -288,7 +288,6 @@ func psComputeValidityDays(days int, unit string) int {
} }
} }
func psStartOfDayUTC(t time.Time) time.Time { func psStartOfDayUTC(t time.Time) time.Time {
y, m, d := t.UTC().Date() y, m, d := t.UTC().Date()
return time.Date(y, m, d, 0, 0, 0, 0, time.UTC) return time.Date(y, m, d, 0, 0, 0, 0, time.UTC)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment