You are here

public function ExpressCheckoutRequestEvent::getNvpData in Commerce PayPal 8

Gets the NVP API data array.

Return value

array The NVP API data array.

File

src/Event/ExpressCheckoutRequestEvent.php, line 58

Class

ExpressCheckoutRequestEvent
Defines the Express Checkout request event.

Namespace

Drupal\commerce_paypal\Event

Code

public function getNvpData() {
  return $this->nvpData;
}