WooCommerce::__construct()
{@inheritdoc}
Source
File: src/Tribe/Repositories/Order/WooCommerce.php
public function __construct() {
parent::__construct();
// Set the attendee provider for later use.
$this->attendee_provider = tribe( 'tickets-plus.commerce.woo' );
// Set the order post type.
$this->default_args['post_type'] = $this->attendee_provider->order_object;
}