Subversion Repositories SmartDukaan

Rev

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

Rev 10604 Rev 10606
Line 1... Line 1...
1
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?>
1
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
class Checkout extends MY_Controller {
2
class Checkout extends MY_Controller {
3
 
3
 
4
public $layoutName ='';
4
public $layoutName ='';
5
	
5
	
6
	function __construct() {
6
	function __construct() {
Line 655... Line 655...
655
  		echo json_encode($response);
655
  		echo json_encode($response);
656
  	}
656
  	}
657
  }
657
  }
658
 
658
 
659
}
659
}
660
 
660
?>
661
 
661
 
662
/* End of file welcome.php */
662
/* End of file welcome.php */
663
/* Location: ./application/controllers/welcome.php */
663
/* Location: ./application/controllers/welcome.php */
664
664