You are here

public function CheckoutSdkInterface::reAuthorizePayment in Commerce PayPal 8

Reauthorizes an authorized PayPal account payment, by ID.

Parameters

string $authorization_id: The PayPal-generated ID of the authorized payment to reauthorize.

array $parameters: (optional An array of parameters to pass as the request body.

Return value

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

1 method overrides CheckoutSdkInterface::reAuthorizePayment()
CheckoutSdk::reAuthorizePayment in src/CheckoutSdk.php
Reauthorizes an authorized PayPal account payment, by ID.

File

src/CheckoutSdkInterface.php, line 111

Class

CheckoutSdkInterface

Namespace

Drupal\commerce_paypal

Code

public function reAuthorizePayment($authorization_id, array $parameters = []);