Backoffice - max cost margin #31

Merged
bilal.catic merged 22 commits from backoffice-max-cost-margin into master 2018-10-15 00:24:34 +02:00
Showing only changes of commit bc74b504db - Show all commits

View File

@@ -12,9 +12,9 @@ if ( ! defined( 'ABSPATH' ) ) {
class Wiaas_Package_Status {
public const AVAILABLE = 'available';
public const INVALID_MARGIN = 'margin_exceeded';
public const INVALID_TEMPLATE = 'invalid_template';
const AVAILABLE = 'available';
const INVALID_MARGIN = 'margin_exceeded';
const INVALID_TEMPLATE = 'invalid_template';
public static function init() {
add_action('init', array( __CLASS__, 'register_package_status_taxonomy' ) );