fireproofsocks Posted July 9, 2013 Share Posted July 9, 2013 I'm working on custom server module -- I've printed out all parameters passed to my CreateAccount() function, but I don't see anything in there that specifies if the user selected month-to-month, annual, or biannual billing. Is this info available to the custom functions? 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted July 9, 2013 Share Posted July 9, 2013 You can grab it from the database $billing_cycle = get_query_val('tblhosting', 'billingcycle', 'id='. $params['serviceid']); 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.