Settings::__construct()
Settings constructor.
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' );
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |