mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-whmcs-module.git
synced 2026-04-18 06:52:18 +08:00
10 lines
246 B
PHP
10 lines
246 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'LJPcWHMCSModule',
|
|
'options' => [
|
|
'whmcs_base_url' => [ 'default' => '' ],
|
|
'whmcs_api_identifier' => [ 'default' => '' ],
|
|
'whmcs_api_secret' => [ 'default' => '' ],
|
|
],
|
|
];
|