aponte_alex Posted October 23, 2012 Share Posted October 23, 2012 Hello friends, as they are? I hope very well. I am making a payment gateway module using the module WHMCS licenses to license the use of it, and it works perfect but when I would enter the customer's license at $ configArray = array you can display the status of your license after you save the information. I made it work using these lines of code: Show license info Array "registeredname" => array( "FriendlyName" => "License Registered To", "Description" => $results['registeredname']), "email-license" => array( "FriendlyName" => "License Registered Email", "Description" => $results['email'] ), "nextduedate" => array("FriendlyName" => "License Due Date", "Description" => $results['nextduedate']), "statusl" => array("FriendlyName" => "License Status", "Description" => $results['status']), And its works then before this code i entry: $gtwLicense = "TEST-AS-416f93ee7ba22d222769d014f"; $results = modulename_cl($gtwLicense); I would use the license income in the client: "md_license" => array( "FriendlyName" => "Licencia", "Type" => "text", "Size" => "20", "Description" => "Licencia otorgada por Aponte Systems" ), I think to use this code: $gtwLicense = $params['md_license']; $results = modulename_cl($gtwLicense); but isent works... can you help me?? 0 Quote Link to comment Share on other sites More sharing options...
Hosteris Posted October 2, 2013 Share Posted October 2, 2013 saludos, estoy intentando enviar mensaje privado pero no es posible. "aponte_alex has exceeded their stored private messages quota and cannot accept further messages until they clear some space." 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.