add fix for status during create test donat(pending > moderation)
This commit is contained in:
parent
b9d00b8cde
commit
849b21cc30
@ -49,7 +49,7 @@ func (repoDonat *RepoDonat) CreateDonat(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if status == "test_donat" {
|
if status == "test_donat" {
|
||||||
args["status"] = "pending"
|
args["status"] = "moderation"
|
||||||
args["is_test"] = true
|
args["is_test"] = true
|
||||||
args["paid_time"] = time.Now().UTC()
|
args["paid_time"] = time.Now().UTC()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user