Jump to content
  • 0

Configurable Options in add service


Question

Posted

i have a Configurable Options for a registrar logicbox , i have noticied that the Configurable Options is not pased to the remote service , when i have checked , a found that $var['configoptions'] has the adequate vars

$vars[configoptions] => Array ( [purchase-privacy] => true )

now is the Services model merge it to the $vars  or i should merge it in the addService() fucntion in logicbox module ? in editservice() i have my own function to check this and add the privacy protection to the domain .

 

 

2 answers to this question

Recommended Posts

  • 0
Posted

The LogicBoxes module does not look for configurable options to set. I imagine you would want to name the config option "protect-privacy" since that is what LogicBoxes uses (to be consistent). You would support it through the module's addService method.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...