Subversion Repositories SmartDukaan

Rev

Rev 12188 | Rev 12997 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12188 Rev 12996
Line 36... Line 36...
36
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
36
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
37
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
37
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
38
$config['rechargeConfirm']= array('header'=>array(),'response'=>array('recharge_confirm'),'footer'=>array());
38
$config['rechargeConfirm']= array('header'=>array(),'response'=>array('recharge_confirm'),'footer'=>array());
39
$config['rechargePayOptions']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_payOptions','recharge_paymentSubmit'),'footer'=>array('footer_link'));
39
$config['rechargePayOptions']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_payOptions','recharge_paymentSubmit'),'footer'=>array('footer_link'));
40
$config['rechargeOrderConfirmation']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_orderconfirmation'),'footer'=>array('footer_link'));
40
$config['rechargeOrderConfirmation']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_orderconfirmation'),'footer'=>array('footer_link'));
-
 
41
$config['rechargeStatus']= array('header'=>array(),'response'=>array('recharge_status'),'footer'=>array());
41
$config['rechargeFaq']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','recharge_faq'),'footer'=>array('footer_link'));
42
$config['rechargeFaq']= array('header'=>array('top_menu','search_bar'),'response'=>array('home_banner','recharge_faq'),'footer'=>array('footer_link'));
42
$config['hdfcRecahrgeResponse']= array('header'=>array(),'response'=>array('hdfc_recharge_response'),'footer'=>array());
43
$config['hdfcRecahrgeResponse']= array('header'=>array(),'response'=>array('hdfc_recharge_response'),'footer'=>array());
43
//sub child of recharge
44
//sub child of recharge
44
	$config['recharge_list']=array('url' =>array(), 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
45
	$config['recharge_list']=array('url' =>array(), 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
45
	$config['recharge_confirmation']=array('url' =>'recharge!getUserForRecharge', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
46
	$config['recharge_confirmation']=array('url' =>'recharge!getUserForRecharge', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
Line 51... Line 52...
51
	$config['recharge_amount']=array('url' => 'recharge!getRechargeAmounts', 'params'=>array('rechargeAmount','userId','isLoggedIn','couponCode'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
52
	$config['recharge_amount']=array('url' => 'recharge!getRechargeAmounts', 'params'=>array('rechargeAmount','userId','isLoggedIn','couponCode'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
52
	$config['recharge_confirm']=array('url' => 'recharge!createRecharge', 'params'=>array('operatorId','serviceType','rechargeAmount','userId','rechargeUserId','isLoggedIn','couponCode','ipAddress','plan','email','number'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
53
	$config['recharge_confirm']=array('url' => 'recharge!createRecharge', 'params'=>array('operatorId','serviceType','rechargeAmount','userId','rechargeUserId','isLoggedIn','couponCode','ipAddress','plan','email','number'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
53
	$config['recharge_payOptions']=array('url' => 'recharge-pay-options', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
54
	$config['recharge_payOptions']=array('url' => 'recharge-pay-options', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
54
	$config['recharge_paymentSubmit']=array('url' => 'recharge-payment', 'params'=>array('rechargeOrderId','payment_option','name','line1','line2','city','state','pincode','phone'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
55
	$config['recharge_paymentSubmit']=array('url' => 'recharge-payment', 'params'=>array('rechargeOrderId','payment_option','name','line1','line2','city','state','pincode','phone'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
55
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
56
	$config['zero_payrecharge']=array('url' => 'zero-pay-recharge', 'params'=>array('rechargeOrderId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
-
 
57
	$config['recharge_status']=array('url' => 'recharge-result!getRechargeStatus', 'params'=>array('rechargeOrderId','isFinal'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
56
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
58
	$config['recharge_orderconfirmation']=array('url' => 'recharge-result', 'params'=>array('paymentId'),'is_public'=>TRUE,'is_get'=>TRUE,'render'=>false);
57
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
59
	$config['recharge_faq']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
58
	$config['hdfc_recharge_response']=array('url' => 'hdfc-recharge-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
60
	$config['hdfc_recharge_response']=array('url' => 'hdfc-recharge-response', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
59
//cart
61
//cart
60
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('cart_empty','carts'),'footer'=>array('footer_link'));
62
$config['cart']= array('header'=>array('top_menu','search_bar'),'response'=>array('cart_empty','carts'),'footer'=>array('footer_link'));
61
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());
63
$config['cart_add']= array('header'=>array(),'response'=>array('addcart'),'footer'=>array());