Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
c2108421
Commit
c2108421
authored
Apr 15, 2026
by
erio
Browse files
fix: gofmt payment_service.go and payment_order.go
parent
342dbd2e
Changes
2
Show whitespace changes
Inline
Side-by-side
Antigravity-Manager
@
a9d96bd5
Subproject commit a9d96bd54978c22d3033830debfe77aeeeee2500
backend/internal/service/payment_service.go
View file @
c2108421
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment