13 lines
242 B
PHP
13 lines
242 B
PHP
<?php
|
|
|
|
if (!defined("WHMCS")) {
|
|
die("This file cannot be accessed directly");
|
|
}
|
|
|
|
function whmcs_apply_billables_MetaData()
|
|
{
|
|
return array(
|
|
'DisplayName' => 'Apply Billables to Invoices',
|
|
'APIVersion' => '1.1'
|
|
);
|
|
}
|