Update
parent
3f43b27254
commit
b67600d552
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue