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