Property | Type | Description | |
---|---|---|---|
$fields | array | Transaction fields for normalization purposes | |
$liveUrl | string | Live URL | |
$requiredFields | array | Required fields | |
$sourceKey | string | Source Key | |
$testUrl | string | Test URL | |
$transaction | array | Transaction data |
Method | Description | |
---|---|---|
__construct ( string $sourceKey, boolean $test = false ) : |
Constructor | |
send ( boolean $verifyPeer = true ) : void | Send transaction |
Method | Description | |
---|---|---|
buildPostString ( ) : string | Build the POST string | |
parseResponseCodes ( ) : array | Parse the response codes |
public __construct ( string $sourceKey, boolean $test = false ) : |
||
$sourceKey | string | |
$test | boolean | |
return |
protected buildPostString ( ) : string | ||
return | string |
protected parseResponseCodes ( ) : array | ||
return | array |
protected array $fields | ||
return | array |