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 29... Line 29...
29
try {
29
try {
30
    $client = new eBaySOAP($session);
30
    $client = new eBaySOAP($session);
31
	 
31
	 
32
    $params = array('Version' => 1081,
32
    $params = array('Version' => 1081,
33
	            'ApplicationDeliveryPreferences' => array(
33
	            'ApplicationDeliveryPreferences' => array(
34
		        'ApplicationURL' => 'https://www.ujsoftware.linkpc.net/muna/ebay/notifications/listener.php',));
34
		        'ApplicationURL' => 'https://www.munatrading.linkpc.net/muna/ebay/notifications/listener.php',));
35
    $results = $client->SetNotificationPreferences($params);
35
    $results = $client->SetNotificationPreferences($params);
36
	 
36
	 
37
    print_r($results);	
37
    print_r($results);	
38
 
38
 
39
} catch (SOAPFault $f) {
39
} catch (SOAPFault $f) {