public function PaymentOrderUpdaterInterface::requestUpdate in Commerce Core 8.2
Requests an update of the given order.
Parameters
\Drupal\commerce_order\Entity\OrderInterface $order: The order.
1 method overrides PaymentOrderUpdaterInterface::requestUpdate()
- PaymentOrderUpdater::requestUpdate in modules/
payment/ src/ PaymentOrderUpdater.php - Requests an update of the given order.
File
- modules/
payment/ src/ PaymentOrderUpdaterInterface.php, line 32
Class
- PaymentOrderUpdaterInterface
- Updates orders based on payment information.
Namespace
Drupal\commerce_paymentCode
public function requestUpdate(OrderInterface $order);