fireupjb Posted January 18, 2017 Share Posted January 18, 2017 So, I've been looking into this a little bit... Diving into it. The "fraud" module is kind of laid out like a module. Noticed the following functions: getConfigArray() return configarray() doFraudCheck($params) return results() getResultsArray($results) resultarray() When I configured the getConfigArray() and setup the array as such: function getConfigArray() { $configarray = array( "Enable" => array( "Type" => "yesno", "Description" => "Tick to enable My Fraud Module" ), ); return $configarray; } //end configArray when I select the fraud module from the list, it wont display the option. Any help? 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted January 19, 2017 Share Posted January 19, 2017 Believe me, I've asked this very same thing myself. This really needs to be investigated and fixed... Even a very basic sample fraud module will work. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted January 19, 2017 Share Posted January 19, 2017 unfortunately you will not find help here in the forums nor from WHMCS support regarding something that is not documented, they will simply say: The {What-You-Ask-For} is not documented as it is not intended for public use that this time. our documentation team will investigate this matter further and see if it can be publicly documented in future. so unless there is documentation or sample module, no one can provide any assistance here 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.