Settings::__construct()

Settings constructor.

Contents


Source

File: src/Tickets/Commerce/Settings.php

	public function __construct() {
		// Configure which mode we are in.
		$this->set_mode( tec_tickets_commerce_is_sandbox_mode() ? 'sandbox' : 'live' );
	}

Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.