Subversion Repositories SmartDukaan

Rev

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

Rev 20138 Rev 20165
Line 1537... Line 1537...
1537
			$response = $this->make_request($url,json_encode($payload,JSON_NUMERIC_CHECK));
1537
			$response = $this->make_request($url,json_encode($payload,JSON_NUMERIC_CHECK));
1538
			$message = $response['response'][key($response['response'])];
1538
			$message = $response['response'][key($response['response'])];
1539
		}
1539
		}
1540
		$this->set(compact('message'));
1540
		$this->set(compact('message'));
1541
	}
1541
	}
-
 
1542
	
-
 
1543
	public function getlost(){
-
 
1544
		
-
 
1545
	}
1542
}
1546
}
1543
1547