PHP 클래스 Pop\Payment\Adapter\UsaEpay

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

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__construct ( string $sourceKey, boolean $test = false ) : UsaEpay Constructor
send ( boolean $verifyPeer = true ) : void Send transaction

보호된 메소드들

메소드 설명
buildPostString ( ) : string Build the POST string
parseResponseCodes ( ) : array Parse the response codes

메소드 상세

__construct() 공개 메소드

Method to instantiate an USAEpay payment adapter object
public __construct ( string $sourceKey, boolean $test = false ) : UsaEpay
$sourceKey string
$test boolean
리턴 UsaEpay

buildPostString() 보호된 메소드

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

parseResponseCodes() 보호된 메소드

Parse the response codes
protected parseResponseCodes ( ) : array
리턴 array

send() 공개 메소드

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

프로퍼티 상세

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

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

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

Live URL
protected string $liveUrl
리턴 string

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

Required fields
protected array $requiredFields
리턴 array

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

Source Key
protected string $sourceKey
리턴 string

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

Test URL
protected string $testUrl
리턴 string

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

Transaction data
protected array $transaction
리턴 array