Skip to content
Snippets Groups Projects
Unverified Commit d336dbf3 authored by meskio's avatar meskio :tent:
Browse files

Be able to update orders up to 10 days after the deadline

It used to be 5 days.
parent 37f5ad2b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import (
)
const (
updateOrderDuration = 5 * 24 * time.Hour
updateOrderDuration = 10 * 24 * time.Hour
)
type Order struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment