ok

Mini Shell

Direktori : /home2/selectio/www/billingsoftwarenew/core/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/
Upload File :
Current File : /home2/selectio/www/billingsoftwarenew/core/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Config.php

<?php

declare(strict_types=1);

/*
 * Copyright (C) 2013 Mailgun
 *
 * This software may be modified and distributed under the terms
 * of the MIT license. See the LICENSE file for details.
 */

namespace Mailjet;

class Config
{
    const WRAPPER_VERSION = 'v2.0.0';
    const USER_AGENT = 'mailjet-apiv3-php/';
    const MAIN_VERSION = 'v3';
    const MAIN_URL = 'api.mailjet.com';
    const SECURED = true;
    const SMS_VERSION = 'v4';
}

Zerion Mini Shell 1.0