프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$client | Payum\Core\HttpClientInterface | ||
$messageFactory | Http\Message\MessageFactory | ||
$options | array |
메소드 | 설명 | |
---|---|---|
__construct ( array $options, Payum\Core\HttpClientInterface $client, Http\Message\MessageFactory $messageFactory ) | ||
doCreateButton ( array $fields ) : array | Solution BMCreateButton | |
getTransactionDetails ( array $fields ) : array | Require: TRANSACTIONID | |
isEnvironnementTest ( ) : boolean |
메소드 | 설명 | |
---|---|---|
addAuthorizeFields ( array &$fields ) | ||
addVersionField ( array &$fields ) | ||
doRequest ( array $fields ) : array | ||
getApiEndpoint ( ) : string |
public __construct ( array $options, Payum\Core\HttpClientInterface $client, Http\Message\MessageFactory $messageFactory ) | ||
$options | array | |
$client | Payum\Core\HttpClientInterface | |
$messageFactory | Http\Message\MessageFactory |
public doCreateButton ( array $fields ) : array | ||
$fields | array | |
리턴 | array |
public getTransactionDetails ( array $fields ) : array | ||
$fields | array | |
리턴 | array |
protected HttpClientInterface,Payum\Core $client | ||
리턴 | Payum\Core\HttpClientInterface |
protected MessageFactory,Http\Message $messageFactory | ||
리턴 | Http\Message\MessageFactory |