alsolendski Posted January 9, 2012 Share Posted January 9, 2012 As i read from WHMCS Gateway Module Docs. I have followed all the steps to make new module for payment gateway. but when im trying to Activate my module( I already put the file .php into my /modules folder) I cannot see my module name in the list item menu on setup->payment gateways. Why is it? Please Help 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 9, 2012 Share Posted January 9, 2012 Did you set the FriendlyName in the _config() section? function example_config() { $configarray = array( "FriendlyName" => array("Type"=>"System", "Value"=>"Example Module Name"), "username" => array("FriendlyName"=>"UserName", "Type"=>"text")); 0 Quote Link to comment Share on other sites More sharing options...
alsolendski Posted January 12, 2012 Author Share Posted January 12, 2012 I dont know if i missed that! lol. thank you very much 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.