Subversion Repositories SmartDukaan

Rev

Rev 20386 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20386 Rev 20403
Line 89... Line 89...
89
		
89
		
90
	}
90
	}
91
	public function spicemudra(){
91
	public function spicemudra(){
92
		
92
		
93
	}
93
	}
-
 
94
	public function spicemudrainterest(){
-
 
95
		$pan = strtoupper($this->request->query('pan'));
-
 
96
		$mobile = $this->request->query('mobile');
-
 
97
		$userId = $this->isAuthorized();
-
 
98
		$this->loadModel('MudraInterest');
-
 
99
		$data=$this->request->data;
-
 
100
		$data['user_id'] = $userId;
-
 
101
		$this->MudraInterest->save($data);
-
 
102
		$this->redirect('http://www.spicemudra.com');
-
 
103
	}
94
}
104
}