master
elf 2 years ago
parent 2b918204c5
commit d345de279c

@ -3,19 +3,19 @@ namespace Org\SumaPay;
class Config
{
private static $params = [
/* private static $params = [
'baseUrl' => 'https://www.sumapay.com',
'merchantCode' => 'HGJ_TEST',
'secretKey' => 'HENG-KEY',
'totalBizType' => 'BIZ01106',
];
]; */
/* private static $params = [
private static $params = [
'baseUrl' => 'https://www.sumapay.com',
'merchantCode' => '4610000027',
'secretKey' => 'yT6tyOw0R0QqCccnChQyd4YJKKkM5czM',
'totalBizType' => 'BIZ01104',
]; */
];
public static function get($key, $default = null)
{

Loading…
Cancel
Save