You are here

public function CheckoutSdkInterface::authorizeOrder in Commerce PayPal 8

Authorize payment for order.

Parameters

string $remote_id: The PayPal order ID.

Return value

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

1 method overrides CheckoutSdkInterface::authorizeOrder()
CheckoutSdk::authorizeOrder in src/CheckoutSdk.php
Authorize payment for order.

File

src/CheckoutSdkInterface.php, line 74

Class

CheckoutSdkInterface

Namespace

Drupal\commerce_paypal

Code

public function authorizeOrder($remote_id);