WC_Gateway_Paypal_Webhook_Handler::__constructpublicWC 1.0

Constructor.

Method of the class: WC_Gateway_Paypal_Webhook_Handler{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Gateway_Paypal_Webhook_Handler = new WC_Gateway_Paypal_Webhook_Handler();
$WC_Gateway_Paypal_Webhook_Handler->__construct();

WC_Gateway_Paypal_Webhook_Handler::__construct() code WC 10.8.1

public function __construct() {
	$this->webhook_handler = new PayPalWebhookHandler();
}