public function ExpressCheckoutInterface::getExpressCheckoutDetails 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 array.
See also
https://developer.paypal.com/docs/classic/api/merchant/GetExpressCheckou...
1 method overrides ExpressCheckoutInterface::getExpressCheckoutDetails()
- ExpressCheckout::getExpressCheckoutDetails in src/
Plugin/ Commerce/ PaymentGateway/ ExpressCheckout.php - GetExpressCheckoutDetails API Operation (NVP) request.
File
- src/
Plugin/ Commerce/ PaymentGateway/ ExpressCheckoutInterface.php, line 76
Class
- ExpressCheckoutInterface
- Provides the interface for the Express Checkout payment gateway.
Namespace
Drupal\commerce_paypal\Plugin\Commerce\PaymentGatewayCode
public function getExpressCheckoutDetails(OrderInterface $order);