Enhancing slm_create_new response
-
Currently using your integration to create license keys remotely from another server.
stdClass Object ( [result] => success [message] => License successfully created )Unfortunately the response for this action doesn’t include the generated license key. But it’s required in my case due to the fact that I need this to store in my system and sending it via email to the customer.
Do you think it’s possible that you can add the generated key to the response?
Optionally it would be fine to request the return of the key like:
$api_params['slm_return_key'] = true;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Enhancing slm_create_new response’ is closed to new replies.