File "Environment.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Environment.php
File size: 249 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare (strict_types=1);
namespace WPForms\Vendor\Square;

/**
 * Environments available for API
 */
class Environment
{
    public const PRODUCTION = 'production';
    public const SANDBOX = 'sandbox';
    public const CUSTOM = 'custom';
}