ok
Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/ |
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Environment.php |
<?php declare(strict_types=1); namespace Square; /** * Environments available for API */ class Environment { public const PRODUCTION = 'production'; public const SANDBOX = 'sandbox'; public const CUSTOM = 'custom'; }