Automattic\WooCommerce\Blocks\Payments\Integrations

PayPal::__construct()publicWC 1.0

Constructor

Method of the class: PayPal{}

No Hooks.

Return

null. Nothing (null).

Usage

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

PayPal::__construct() code WC 8.6.1

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