leoleon Posted August 14, 2013 Share Posted August 14, 2013 Hello, i new in this forum... I'm programming a payment to a customer, a payment module for offline via an API ... The company that processes payments Offline me, gives me weekly on "Payments" completed or pending in xml through a similar direction: http://www.empresa.com/api.php?userID=algo&token=algo&xml=true My specific question is: when I create a callback module, it runs automaticametne every so often? or I who must "run" Cron manually by a system that I find the ID of operation and automatically assign payment? I await your comments and please help about this question. from already thank you very much. 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted August 15, 2013 Share Posted August 15, 2013 The callback modules are designed to be called by the gateway and are not run automatically. So you will need make your own cron task or you can add a task to the nightly whmcs cron using the DailyCronJob hook. http://docs.whmcs.com/Hooks:System#DailyCronJob 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.