URL Property
URL to which an IPN verification request is sent.
Object Oriented Interface
public function getURL(); public function setURL($value);
Procedural Interface
inpaypal_ipn_get($res, 50 ); inpaypal_ipn_set($res, 50, $value );
Default Value
'https://www.paypal.com/cgi-bin/webscr'
Remarks
This is the URL to which the class posts requests to and receives responses from. The default value is "https://www.paypal.com/cgi-bin/webscr", but "https://www.sandbox.paypal.com/cgi-bin/webscr" may be used for testing.
Data Type
String