Automattic\WooCommerce\Blocks\Payments\Integrations
PayPal::initialize
Initializes the payment method type.
Method of the class: PayPal{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PayPal = new PayPal(); $PayPal->initialize();
PayPal::initialize() PayPal::initialize code WC 10.9.4
public function initialize() {
$this->settings = get_option( 'woocommerce_paypal_settings', [] );
}