프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |
메소드 | 설명 | |
---|---|---|
__construct ( string $apiUser, string $apiPass, string $sign, boolean $test = false ) : |
Constructor | |
send ( boolean $verifyPeer = true ) : void | Send transaction |
메소드 | 설명 | |
---|---|---|
buildPostString ( ) : string | Build the POST string | |
parseResponseCodes ( ) : void | Parse the response codes |
protected parseResponseCodes ( ) : void | ||
리턴 | void |