PHP 클래스 Mage2\Paypal\Payment\Paypal

상속: extends Mage2\Framework\Payment\Payment, implements Mage2\Framework\Payment\PaymentInterface
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$identifier
$title

공개 메소드들

메소드 설명
__construct ( )
getIdentifier ( )
getTitle ( )
process ( $orderData, $cartProducts = [] ) * Nothing to do
setApiContext ( $clientId = null, $clientSecret = null, $requestId = null )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getIdentifier() 공개 메소드

public getIdentifier ( )

getTitle() 공개 메소드

public getTitle ( )

process() 공개 메소드

* Nothing to do
public process ( $orderData, $cartProducts = [] )

setApiContext() 공개 메소드

public setApiContext ( $clientId = null, $clientSecret = null, $requestId = null )

프로퍼티 상세

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

protected $identifier

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

protected $title