PHP Class Mage2\Paypal\Payment\Paypal

Inheritance: extends Mage2\Framework\Payment\Payment, implements Mage2\Framework\Payment\PaymentInterface
Datei anzeigen Open project: mage2/laravel-ecommerce

Protected Properties

Property Type Description
$identifier
$title

Public Methods

Method Description
__construct ( )
getIdentifier ( )
getTitle ( )
process ( $orderData, $cartProducts = [] ) * Nothing to do
setApiContext ( $clientId = null, $clientSecret = null, $requestId = null )

Method Details

__construct() public method

public __construct ( )

getIdentifier() public method

public getIdentifier ( )

getTitle() public method

public getTitle ( )

process() public method

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

setApiContext() public method

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

Property Details

$identifier protected_oe property

protected $identifier

$title protected_oe property

protected $title