Riccardo Posted April 29, 2019 Share Posted April 29, 2019 Hi all, I'm developing a new registrar module for WHMCS version 7.7.1. I'm following the documentation about the new function modulename_GetDomainInformation. I need to show some messages on the customer area when there is a pending domain contact change. As it's written in the example of the documentation I'm forcing for test the two object parameters without conditions: ->setDomainContactChangePending(true) ->setDomainContactChangeExpiryDate(Carbon::createFromFormat('Y-m-d', '2019-04-30')) I've seen in this other documentation that the messages are shown only for some specific registrar module and I can't find these messages with my new registrar module. I tested also with the default template six. Does anyone have experience with this parameters and their effect? Many thanks 0 Quote Link to comment Share on other sites More sharing options...
Riccardo Posted April 29, 2019 Author Share Posted April 29, 2019 3 hours ago, Riccardo said: ted also with the default template six. I found that you have to call also the setIsIrtpEnabled. With this parameter set to true it's working fine. 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.