URL Property
URL all PayPal transactions are posted to.
Object Oriented Interface
public function getURL(); public function setURL($value);
Procedural Interface
inpaypal_adaptivepaymentdetails_get($res, 61 ); inpaypal_adaptivepaymentdetails_set($res, 61, $value );
Default Value
'https://svcs.paypal.com'
Remarks
This is the URL to which the class posts requests to, and receives responses from. The default value is https://svcs.paypal.com, but https://svcs.sandbox.paypal.com may be used for testing.
Data Type
String