Automattic\WooCommerce\Blocks\Payments\Integrations

PayPal::__constructpublicWC 1.0

Constructor

Method of the class: PayPal{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PayPal = new PayPal();
$PayPal->__construct( $asset_api );
$asset_api(Api) (required)
An instance of Api.

PayPal::__construct() code WC 9.9.4

public function __construct( Api $asset_api ) {
	$this->asset_api = $asset_api;
}