SendRequest Method
Sends a custom request to the server.
Object Oriented Interface
public function doSendRequest();
Procedural Interface
inpaypal_paypalrequest_do_sendrequest($res);
Remarks
This method will send a custom request to the server. The Method property must be filled out with the correct method to send. In addition, the RequestParams will be added to the outgoing request.
NOTE: Refer to PayPal documentation for details on which parameters to include.