-
Quick start
-
The basics
-
Helper classes
- Benchmark Class
- Cache Class
- Captcha Class
- cURL Class
- Database Class
- Date Class
- Errors Class
- FileSystem Class
- FTP Class
- Images Class
- Language Class
- Logger Class
- Number Class
- PayPal Class
- PHPMailer Class
- Plugins Class
- RestClient Class
- Security Class
- Template Class
- Text Class
- URL Class
- XML Class
- ZIP Class
PayPal class
The following sections explain each method of the class.
request
public array request ( string $method, array $params = array())
Sends a command to the PayPal API. This in turn provides a response back that issues the method.
Parameter list
method
The API method to the request. For a list of which are available on the PayPal REST API page.
params
Parameters in an associative array is to be sent to the REST API of PayPal.