You are here

constant CartInterface::ORDER_TIMEOUT in Ubercart 8.4

Time in seconds after which a cart order is deemed abandoned.

Default is 86400 seconds / 24 hours.

File

uc_cart/src/CartInterface.php, line 15

Class

CartInterface
Represents a shopping cart.

Namespace

Drupal\uc_cart

Code

const ORDER_TIMEOUT = 86400;