You are here

public function ExpressCheckoutInterface::doExpressCheckoutDetails in Commerce PayPal 8

GetExpressCheckoutDetails API Operation (NVP) request.

Builds the data for the request and make the request.

Parameters

\Drupal\commerce_order\Entity\OrderInterface $order: The order.

Return value

array PayPal response data.

See also

https://developer.paypal.com/docs/classic/api/merchant/GetExpressCheckou...

1 method overrides ExpressCheckoutInterface::doExpressCheckoutDetails()
ExpressCheckout::doExpressCheckoutDetails in src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php
GetExpressCheckoutDetails API Operation (NVP) request.

File

src/Plugin/Commerce/PaymentGateway/ExpressCheckoutInterface.php, line 91

Class

ExpressCheckoutInterface
Provides the interface for the Express Checkout payment gateway.

Namespace

Drupal\commerce_paypal\Plugin\Commerce\PaymentGateway

Code

public function doExpressCheckoutDetails(OrderInterface $order);