PHP 클래스 Pop\Payment\Adapter\Authorize

저자: Nick Sagona, III ([email protected])
상속: extends AbstractAdapter
파일 보기 프로젝트 열기: nicksagona/PopPHP 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$apiLoginId string API Login ID
$fields array Transaction fields for normalization purposes
$liveUrl string Live URL
$reasonCode integer Reason code
$requiredFields array Required fields
$responseSubcode integer Response subcode
$testUrl string Test URL
$transKey string Transaction Key
$transaction array Transaction data

공개 메소드들

메소드 설명
__construct ( string $apiLoginId, string $transKey, boolean $test = false ) : Authorize Constructor
getReasonCode ( ) : integer Get reason code
getResponseSubcode ( ) : integer Get response subcode
send ( boolean $verifyPeer = true ) : void Send transaction

보호된 메소드들

메소드 설명
buildPostString ( ) : string Build the POST string

메소드 상세

__construct() 공개 메소드

Method to instantiate an Authorize.net payment adapter object
public __construct ( string $apiLoginId, string $transKey, boolean $test = false ) : Authorize
$apiLoginId string
$transKey string
$test boolean
리턴 Authorize

buildPostString() 보호된 메소드

Build the POST string
protected buildPostString ( ) : string
리턴 string

getReasonCode() 공개 메소드

Get reason code
public getReasonCode ( ) : integer
리턴 integer

getResponseSubcode() 공개 메소드

Get response subcode
public getResponseSubcode ( ) : integer
리턴 integer

send() 공개 메소드

Send transaction
public send ( boolean $verifyPeer = true ) : void
$verifyPeer boolean
리턴 void

프로퍼티 상세

$apiLoginId 보호되어 있는 프로퍼티

API Login ID
protected string $apiLoginId
리턴 string

$fields 보호되어 있는 프로퍼티

Transaction fields for normalization purposes
protected array $fields
리턴 array

$liveUrl 보호되어 있는 프로퍼티

Live URL
protected string $liveUrl
리턴 string

$reasonCode 보호되어 있는 프로퍼티

Reason code
protected int $reasonCode
리턴 integer

$requiredFields 보호되어 있는 프로퍼티

Required fields
protected array $requiredFields
리턴 array

$responseSubcode 보호되어 있는 프로퍼티

Response subcode
protected int $responseSubcode
리턴 integer

$testUrl 보호되어 있는 프로퍼티

Test URL
protected string $testUrl
리턴 string

$transKey 보호되어 있는 프로퍼티

Transaction Key
protected string $transKey
리턴 string

$transaction 보호되어 있는 프로퍼티

Transaction data
protected array $transaction
리턴 array