URL Property
URL all PayPal transactions are posted to.
Syntax
__property String URL = {read=FURL, write=FSetURL, default="https://svcs.paypal.com"};
Default Value
"https://svcs.paypal.com"
Remarks
This is the URL to which the component 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