You are here

public function IPNHandlerInterface::process in Commerce PayPal 8

Processes an incoming IPN request.

Parameters

\Symfony\Component\HttpFoundation\Request $request: The request.

Return value

mixed The request data array.

Throws

\Symfony\Component\HttpKernel\Exception\HttpException

1 method overrides IPNHandlerInterface::process()
IPNHandler::process in src/IPNHandler.php
Processes an incoming IPN request.

File

src/IPNHandlerInterface.php, line 23

Class

IPNHandlerInterface
Provides a handler for IPN requests from PayPal.

Namespace

Drupal\commerce_paypal

Code

public function process(Request $request);