pwner99 Posted July 4, 2009 Share Posted July 4, 2009 Hi, I submitted a ticket today asking WHMCS support about this, but I figure posting on the forums can't hurt Anyway I'm trying to setup my own payment gateway (dotpay) and when I upload dotpay.php into my /modules/gateways folder, it won't show up in my admin area so I can enable it. By the way I'm still using v3.81, I just have too much custom code to upgrade, though I'll be trying to do it by the end of this summer. 0 Quote Link to comment Share on other sites More sharing options...
gingerol Posted July 4, 2009 Share Posted July 4, 2009 Make sure you have replaced "template" references in the module with your own module name 0 Quote Link to comment Share on other sites More sharing options...
pwner99 Posted July 4, 2009 Author Share Posted July 4, 2009 First thing I did I had to find and add the following for it to show up in the Configs menu: $GATEWAYMODULE = array( "dotpayname" => "dotpay", "dotpayvisiblename" => "DotPay", "dotpaytype" => "Invoice", ); 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.