Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/Tribe/Commerce/PayPal/Status/Undefined.php
<?php


/**
 * Class Tribe__Tickets__Commerce__PayPal__Status__Undefined
 *
 * @since 4.10
 *
 */
class Tribe__Tickets__Commerce__PayPal__Status__Undefined extends Tribe__Tickets__Status__Abstract {

	public $name          = 'Undefined';
	public $provider_name = 'undefined';
	public $post_type     = 'tribe_tpp_orders';

	public $count_incomplete = true;
	public $incomplete       = true;
	public $warning          = true;

}