WC_Gateway_Paypal_Notices::__construct
Constructor.
Method of the class: WC_Gateway_Paypal_Notices{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Gateway_Paypal_Notices = new WC_Gateway_Paypal_Notices(); $WC_Gateway_Paypal_Notices->__construct();
WC_Gateway_Paypal_Notices::__construct() WC Gateway Paypal Notices:: construct code WC 10.7.0
public function __construct() {
$this->notices = new PayPalNotices();
}