Automattic\WooCommerce\Blocks\Payments\Integrations
CashOnDelivery::__construct
Constructor
Method of the class: CashOnDelivery{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CashOnDelivery = new CashOnDelivery(); $CashOnDelivery->__construct( $asset_api );
- $asset_api(Api) (required)
- An instance of Api.
CashOnDelivery::__construct() CashOnDelivery:: construct code WC 10.8.1
public function __construct( Api $asset_api ) {
$this->asset_api = $asset_api;
}