PortIO/config/whmcs.php

13 lines
234 B
PHP
Raw Normal View History

2023-05-16 12:41:33 +00:00
<?php
return [
'test' => [
'url' => 'http://whmcs.test',
'api_token' => 'abc123456',
'payments' => [
'laeFastPay' => '莱云 快捷支付',
'mailin' => '邮入',
]
]
];