You are here

public function CheckoutOrderRequestEvent::getRequestBody in Commerce PayPal 8

Gets the API request body.

Return value

array The API request body.

File

src/Event/CheckoutOrderRequestEvent.php, line 58

Class

CheckoutOrderRequestEvent
Defines the Checkout order request event.

Namespace

Drupal\commerce_paypal\Event

Code

public function getRequestBody() {
  return $this->requestBody;
}