Open Journal Systems  3.3.0
Omnipay\PayPal\Message\ExpressAuthorizeResponse Class Reference
Inheritance diagram for Omnipay\PayPal\Message\ExpressAuthorizeResponse:
Omnipay\PayPal\Message\Response Omnipay\Common\Message\RedirectResponseInterface Omnipay\Common\Message\AbstractResponse Omnipay\Common\Message\ResponseInterface Omnipay\Common\Message\ResponseInterface Omnipay\Common\Message\MessageInterface Omnipay\Common\Message\MessageInterface Omnipay\PayPal\Message\ExpressCompletePurchaseResponse Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse

Public Member Functions

 getRedirectData ()
 
 getRedirectData ()
 
 getRedirectMethod ()
 
 getRedirectMethod ()
 
 getRedirectUrl ()
 
 getRedirectUrl ()
 
 getTransactionReference ()
 
 getTransactionReference ()
 
 isRedirect ()
 
 isRedirect ()
 
 isSuccessful ()
 
 isSuccessful ()
 
- Public Member Functions inherited from Omnipay\PayPal\Message\Response
 __construct (RequestInterface $request, $data)
 
 __construct (RequestInterface $request, $data)
 
 getMessage ()
 
 getMessage ()
 
 isPending ()
 
 isPending ()
 
- Public Member Functions inherited from Omnipay\Common\Message\AbstractResponse
 getCode ()
 
 getCode ()
 
 getData ()
 
 getData ()
 
 getRedirectResponse ()
 
 getRedirectResponse ()
 
 getRequest ()
 
 getRequest ()
 
 getTransactionId ()
 
 getTransactionId ()
 
 isCancelled ()
 
 isCancelled ()
 
 isTransparentRedirect ()
 
 isTransparentRedirect ()
 
 redirect ()
 
 redirect ()
 
- Public Member Functions inherited from Omnipay\Common\Message\RedirectResponseInterface
 redirect ()
 
 redirect ()
 

Protected Member Functions

 getCheckoutEndpoint ()
 
 getCheckoutEndpoint ()
 
 getRedirectQueryParameters ()
 
 getRedirectQueryParameters ()
 
- Protected Member Functions inherited from Omnipay\Common\Message\AbstractResponse
 validateRedirect ()
 

Protected Attributes

 $liveCheckoutEndpoint = 'https://www.paypal.com/cgi-bin/webscr'
 
 $testCheckoutEndpoint = 'https://www.sandbox.paypal.com/cgi-bin/webscr'
 
- Protected Attributes inherited from Omnipay\Common\Message\AbstractResponse
 $data
 
 $request
 

Detailed Description

Member Function Documentation

◆ getCheckoutEndpoint() [1/2]

◆ getCheckoutEndpoint() [2/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getCheckoutEndpoint ( )
protected

◆ getRedirectData() [1/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectData ( )

Gets the redirect form data array, if the redirect method is POST.

Returns
array

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 40 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.

◆ getRedirectData() [2/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectData ( )

Gets the redirect form data array, if the redirect method is POST.

Returns
array

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 40 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.

◆ getRedirectMethod() [1/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectMethod ( )

Get the required redirect method (either GET or POST).

Returns
string

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 35 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.

◆ getRedirectMethod() [2/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectMethod ( )

Get the required redirect method (either GET or POST).

Returns
string

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 35 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.

◆ getRedirectQueryParameters() [1/2]

◆ getRedirectQueryParameters() [2/2]

◆ getRedirectUrl() [1/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectUrl ( )

◆ getRedirectUrl() [2/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectUrl ( )

◆ getTransactionReference() [1/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getTransactionReference ( )

◆ getTransactionReference() [2/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::getTransactionReference ( )

Gateway Reference

Returns
null|string A reference provided by the gateway to represent this transaction

Reimplemented from Omnipay\PayPal\Message\Response.

Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.

Definition at line 30 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.

◆ isRedirect() [1/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::isRedirect ( )

◆ isRedirect() [2/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::isRedirect ( )

◆ isSuccessful() [1/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::isSuccessful ( )

◆ isSuccessful() [2/2]

Omnipay\PayPal\Message\ExpressAuthorizeResponse::isSuccessful ( )

Field Documentation

◆ $liveCheckoutEndpoint

Omnipay\PayPal\Message\ExpressAuthorizeResponse::$liveCheckoutEndpoint = 'https://www.paypal.com/cgi-bin/webscr'
protected

◆ $testCheckoutEndpoint

Omnipay\PayPal\Message\ExpressAuthorizeResponse::$testCheckoutEndpoint = 'https://www.sandbox.paypal.com/cgi-bin/webscr'
protected

The documentation for this class was generated from the following file: