public function PaymentOrderUpdaterInterface::updateOrders in Commerce Core 8.2
Updates and saves all relevant orders.
1 method overrides PaymentOrderUpdaterInterface::updateOrders()
- PaymentOrderUpdater::updateOrders in modules/
payment/ src/ PaymentOrderUpdater.php - Updates and saves all relevant orders.
File
- modules/
payment/ src/ PaymentOrderUpdaterInterface.php, line 48
Class
- PaymentOrderUpdaterInterface
- Updates orders based on payment information.
Namespace
Drupal\commerce_paymentCode
public function updateOrders();