samrevu Posted February 15, 2013 Share Posted February 15, 2013 Hello, I'm currently integrating ccbill payment gateway with whmcs. I have to send some variables to ccbill gateway page that includes Customer Name, Address, Country etc. Other than that I also have to send what billing cycle customer has chosen. I'm a bit confused with it. So please tell me which one amongst the following is the correct one to get billing cycle: $params['billingcycle'] $params['order_items']['billingcycle'] $params['pricing.monthly'] $params['pricing.quarterly'] $params['pricing.semiannually'] $params['pricing.annually'] Waiting for a reply.... 0 Quote Link to comment Share on other sites More sharing options...
Nathron Posted February 19, 2013 Share Posted February 19, 2013 Should be the second one each product individually lists it's billing cycle. Also the dot syntax is not valid in native php as Params is not an object. It's an array the dot syntax is smarty only correct me if I'm wrong. 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.