public function CheckoutSdkInterface::updateOrder in Commerce PayPal 8
Updates an existing PayPal order.
Parameters
string $remote_id: The PayPal order ID.
\Drupal\commerce_order\Entity\OrderInterface $order: The order.
Return value
\Psr\Http\Message\ResponseInterface The HTTP response.
1 method overrides CheckoutSdkInterface::updateOrder()
- CheckoutSdk::updateOrder in src/
CheckoutSdk.php - Updates an existing PayPal order.
File
- src/
CheckoutSdkInterface.php, line 63
Class
Namespace
Drupal\commerce_paypalCode
public function updateOrder($remote_id, OrderInterface $order);