Jump to content

Aleksandar Skodric

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Aleksandar Skodric

  1. Hi all, Our provisioning module creates external service when end user subscribes to it. Provisioning of external service is asynchronous and external service has callback URL to provide information on the provisioning state, ie it will send something like "provisioning started" and "provisioning finished". Message also contains additional information needed by our WHMCS module. Problem we are facing is that following seems not to be working for the provisioning type of the WHMCS module: domain.com/modules/servers/modulename/callback/callbackscript.php This returns 404 error page. Same concept, at least on a paper does work for "payment gateway" module type. Question is: how can external service contact our module? Thanks
  2. Hi all, We are developing a server (provisioning) module. All supported functions have been implemented and work as expected. However, we are struggling with the following two points: 1. We do not need WHMCS to auto generate username and password when creating order - can this be disabled? Module is added as 'Other' type. See screenshot 1 2. How to change add information to the popup such as description, category, support and so on - see as an example screenshot 2 (our module currently only has name, rest of the data is empty) ============== Screenshot 1: how to disable auto generated username and password for each order? Screenshot 2: how to provide image (logo) and all the text on module popup? logo.png of the same size as OpenSRS is already present in modules/servers/modulename directory however it is not working. Thanks!
×
×
  • 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