WC_Gateway_Paypal_Webhook_Handler
in package
Handles webhook events.
Tags
Table of Contents
- $webhook_handler : WebhookHandler
- The delegated webhook handler instance.
- __construct() : mixed
- Constructor.
- process_webhook() : void
- Process the webhook event.
Properties
$webhook_handler
The delegated webhook handler instance.
private
WebhookHandler
$webhook_handler
Methods
__construct()
Constructor.
public
__construct() : mixed
Return values
mixed —process_webhook()
Process the webhook event.
public
process_webhook(WP_REST_Request $request) : void
Parameters
- $request : WP_REST_Request
-
The request object.
