✏️ 正在编辑: Endpoint.php
路径:
/srv/systems_dir/yuppiecred/vendor/marciodojr/autentique/src/Endpoint.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * @author Márcio Dias <marciojr91@gmail.com> * @license https://github.com/marciodojr/autentique/blob/master/LICENSE (MIT License) */ namespace Mdojr\Autentique; /** * This class holds endpoint constants for sandbox and production environments. */ class Endpoint { /** * @var string Sandbox endpoint. */ const SANDBOX = 'https://sandbox.autentique.com.br'; /** * @var string Production endpoint. */ const PRODUCTION = 'https://api.autentique.com.br'; }
💾 保存文件
← 返回文件管理器