Your IP : 216.73.216.130


Current Path : /var/www/ljmtc/wp-content/plugins/event-tickets/src/Tickets/
Upload File :
Current File : /var/www/ljmtc/wp-content/plugins/event-tickets/src/Tickets/Commerce.php

<?php

namespace TEC\Tickets;

/**
 * Class Commerce
 *
 * @since   5.1.9
 *
 * @package TEC\Tickets
 */
class Commerce {
	/**
	 * Internal Commerce Provider Identifier for Tickets Commerce.
	 *
	 * @since 5.1.9
	 *
	 * @var string
	 */
	const PROVIDER = 'tickets-commerce';

	/**
	 * Internal abbreviation for Ticket Commerce.
	 *
	 * @since 5.1.9
	 *
	 * @var string
	 */
	const ABBR = 'tc';
}