6
0
Fork 0
release
李静 2021-12-30 14:22:06 +08:00
parent 3f43b27254
commit b67600d552
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ class Order extends Model
if ($this->isPending()) {
$seconds = now()->diffInSeconds(
$this->created_at->addSeconds(app_settings('app.order_payment_expires_at')), false
$this->created_at->addSeconds(app_settings('app.order_payment_expires_at', 1800)), false
);
}