You are here

public function OrderInterface::recalculateTotalPrice in Commerce Core 8.2

Recalculates the order total price.

Return value

$this

1 method overrides OrderInterface::recalculateTotalPrice()
Order::recalculateTotalPrice in modules/order/src/Entity/Order.php
Recalculates the order total price.

File

modules/order/src/Entity/OrderInterface.php, line 264

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function recalculateTotalPrice();