PHP Class Payum\Paypal\Ipn\Api

Afficher le fichier Open project: payum/payum Class Usage Examples

Protected Properties

Свойство Type Description
$client Payum\Core\HttpClientInterface
$messageFactory Http\Message\MessageFactory
$options array

Méthodes publiques

Méthode Description
__construct ( array $options, Payum\Core\HttpClientInterface $client, Http\Message\MessageFactory $messageFactory )
getIpnEndpoint ( ) : string
notifyValidate ( array $fields ) : string

Method Details

__construct() public méthode

public __construct ( array $options, Payum\Core\HttpClientInterface $client, Http\Message\MessageFactory $messageFactory )
$options array
$client Payum\Core\HttpClientInterface
$messageFactory Http\Message\MessageFactory

getIpnEndpoint() public méthode

public getIpnEndpoint ( ) : string
Résultat string

notifyValidate() public méthode

public notifyValidate ( array $fields ) : string
$fields array
Résultat string

Property Details

$client protected_oe property

protected HttpClientInterface,Payum\Core $client
Résultat Payum\Core\HttpClientInterface

$messageFactory protected_oe property

protected MessageFactory,Http\Message $messageFactory
Résultat Http\Message\MessageFactory

$options protected_oe property

protected array $options
Résultat array