URL Property
URL all PayPal transactions are posted to.
Syntax
public String getURL(); public void setURL(String URL);
Remarks
This is the URL to which the bean 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.
Default Value
"https://svcs.paypal.com"