프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$custId | string | Customer ID | |
$fields | array | Transaction fields for normalization purposes | |
$password | string | Password | |
$requiredFields | array | Required fields | |
$transaction | array | Transaction data | |
$url | string | URL |
메소드 | 설명 | |
---|---|---|
__construct ( string $custId, string $password, boolean $test = false ) : |
Constructor | |
send ( boolean $verifyPeer = true ) : void | Send transaction |
메소드 | 설명 | |
---|---|---|
buildPostString ( ) : string | Build the POST string | |
parseResponseCodes ( ) : array | Parse the response codes |
protected parseResponseCodes ( ) : array | ||
리턴 | array |