first commit
This commit is contained in:
22
lib/Utils/YopConstants.php
Normal file
22
lib/Utils/YopConstants.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Utils;
|
||||
|
||||
class YopConstants
|
||||
{
|
||||
|
||||
const LANG = 'php';
|
||||
|
||||
const VERSION = "3.2.24";
|
||||
|
||||
const DEFAULT_ENCODING = "UTF-8";
|
||||
|
||||
const DEFAULT_SERVER_ROOT = "https://openapi.yeepay.com/yop-center";
|
||||
|
||||
const DEFAULT_YOS_SERVER_ROOT = "https://yos.yeepay.com/yop-center";
|
||||
|
||||
const DEFAULT_SANDBOX_SERVER_ROOT = "https://sandbox.yeepay.com/yop-center";
|
||||
|
||||
const DEFAULT_SANDBOX_VIA = "sandbox";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user