Jump to content

Why no fraud module documentation?


fireupjb

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated