Subversion Repositories munaweb

Rev

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

Rev 2 Rev 72
Line 24... Line 24...
24
////
24
////
25
////		 $params = array('Version' => 1081);
25
////		 $params = array('Version' => 1081);
26
////		 $results = $client->GetNotificationPreferences($params);
26
////		 $results = $client->GetNotificationPreferences($params);
27
////
27
////
28
////		 return $results->ApplicationDeliveryPreferences->ApplicationURL;
28
////		 return $results->ApplicationDeliveryPreferences->ApplicationURL;
29
		 return 'https://ujsoftware.linkpc.net/ebay/notifications/listener-dev.php';
29
		 return 'https://munatrading.linkpc.net/ebay/notifications/listener-dev.php';
30
	}
30
	}
31
 
31
 
32
	public function GenerateNotification($notification) {
32
	public function GenerateNotification($notification) {
33
		$ch = curl_init($this->ApplicationURL);
33
		$ch = curl_init($this->ApplicationURL);
34
		curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
34
		curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);