/home/kueuepay/public_html/app/Constants/GlobalConst.php
<?php

namespace App\Constants;

class GlobalConst {
    const USER_PASS_RESEND_TIME_MINUTE = "1";

    const ACTIVE = true;
    const BANNED = false;
    const SUCCESS = true;
    const DEFAULT_TOKEN_EXP_SEC = 3600;

    const VERIFIED = 1;
    const APPROVED = 1;
    const PENDING = 2;
    const REJECTED = 3;
    const DEFAULT = 0;
    const UNVERIFIED = 0;

    const USER      = "USER";
    const ADMIN = "ADMIN";

    const TRANSFER  = "transfer";
    const EXCHANGE  = "exchange";
    const ADD       = "add";
    const OUT       = "out";
    const PAYMENT   = "payment";

    const INVEST_PROFIT_DAILY_BASIS = "DAILY-BASIS";
    const INVEST_PROFIT_ONE_TIME = "ONE-TIME";

    const RUNNING   = 2;
    const COMPLETE  = 1;
    const CANCEL = 3;

    const INVESTMENT = "INVESTMENT";
    const PROFIT     = "PROFIT";

    const UNKNOWN = "UNKNOWN";
    const USEFUL_LINK_PRIVACY_POLICY = "PRIVACY_POLICY";


    const ENV_SANDBOX               = "SANDBOX";
    const ENV_PRODUCTION            = "PRODUCTION";

    const STRIPE          = "stripe";
    const CARDMETHOD      = "card-method";

    const TRANSFER_MONEY    = "transfer-money";
    const ADD_MONEY         = "add-money";
    const WALLET            = "wallet";
    const SYSTEM_MAINTENANCE       = "system-maintenance";
}
Web Journal
top

Discover the Latest in Digital Payments and NFC Technology

Dive into our blog to explore the cutting-edge trends in digital payments and NFC technology. Stay updated on the innovations that are revolutionizing transactions, boosting security, and making payments quicker and more convenient. Learn how these advancements are shaping the future of financial interactions and driving the global transition towards a cashless world.

The Rise of Contactless Payments:...

In recent years, contactless payments have surged in popularity, driven...

Enhancing Payment Security: The Role...

As digital transactions proliferate, ensuring robust payment security is more critical than ever. Two foundational...

The Future of Digital Wallets:...

Digital wallets have fundamentally transformed how we manage money, offering a streamlined, secure, and highly...