URL Property
URL to which an IPN verification request is sent.
Syntax
__property String URL = {read=FURL, write=FSetURL, default="https://www.paypal.com/cgi-bin/webscr"};
Default Value
"https://www.paypal.com/cgi-bin/webscr"
Remarks
This is the URL to which the component 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