WC_Gateway_Paypal_Webhook_Handler::__construct
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() WC Gateway Paypal Webhook Handler:: construct code WC 10.8.1
public function __construct() {
$this->webhook_handler = new PayPalWebhookHandler();
}