You are here

public function CheckoutSdkInterface::getOrder in Commerce PayPal 8

Get an existing order from PayPal.

Parameters

string $remote_id: The PayPal order ID.

Return value

\Psr\Http\Message\ResponseInterface The HTTP response.

1 method overrides CheckoutSdkInterface::getOrder()
CheckoutSdk::getOrder in src/CheckoutSdk.php
Get an existing order from PayPal.

File

src/CheckoutSdkInterface.php, line 50

Class

CheckoutSdkInterface

Namespace

Drupal\commerce_paypal

Code

public function getOrder($remote_id);