/home/kueuepay/public_html/vendor/spatie/flare-client-php/src/Enums/MessageLevels.php
<?php

namespace Spatie\FlareClient\Enums;

class MessageLevels
{
    const INFO = 'info';
    const DEBUG = 'debug';
    const WARNING = 'warning';
    const ERROR = 'error';
    const CRITICAL = 'critical';
}
Base URL

Base URL

The base URL for API requests is:

For SANDBOX Mode: https://kueuepay.com/index.php/api/v1/