b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Environment.php

<?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';
}

Copyright © 2019 by b0y-101