Property | Type | Description | |
---|---|---|---|
$apiPassword | string | API password | |
$apiUsername | string | API username | |
$fields | array | Transaction fields for normalization purposes | |
$liveUrl | string | Live URL | |
$requiredFields | array | Required fields | |
$signature | string | API signature | |
$testUrl | string | Test URL | |
$transaction | array | Transaction data |
Method | Description | |
---|---|---|
__construct ( string $apiUser, string $apiPass, string $sign, boolean $test = false ) : |
Constructor | |
send ( boolean $verifyPeer = true ) : void | Send transaction |
Method | Description | |
---|---|---|
buildPostString ( ) : string | Build the POST string | |
parseResponseCodes ( ) : void | Parse the response codes |
protected buildPostString ( ) : string | ||
return | string |
protected parseResponseCodes ( ) : void | ||
return | void |
protected array $fields | ||
return | array |