You are here

public function PaymentOrderUpdater::destruct in Commerce Core 8.2

Performs destruct operations.

Overrides DestructableInterface::destruct

File

modules/payment/src/PaymentOrderUpdater.php, line 105

Class

PaymentOrderUpdater

Namespace

Drupal\commerce_payment

Code

public function destruct() {
  $this
    ->updateOrders();
}