Open Journal Systems
3.3.0
|
Public Member Functions | |
getRedirectData () | |
getRedirectData () | |
getRedirectMethod () | |
getRedirectMethod () | |
getRedirectUrl () | |
getRedirectUrl () | |
getTransactionReference () | |
getTransactionReference () | |
isRedirect () | |
isRedirect () | |
isSuccessful () | |
isSuccessful () | |
![]() | |
__construct (RequestInterface $request, $data) | |
__construct (RequestInterface $request, $data) | |
getMessage () | |
getMessage () | |
isPending () | |
isPending () | |
![]() | |
getCode () | |
getCode () | |
getData () | |
getData () | |
getRedirectResponse () | |
getRedirectResponse () | |
getRequest () | |
getRequest () | |
getTransactionId () | |
getTransactionId () | |
isCancelled () | |
isCancelled () | |
isTransparentRedirect () | |
isTransparentRedirect () | |
redirect () | |
redirect () | |
![]() | |
redirect () | |
redirect () | |
Protected Member Functions | |
getCheckoutEndpoint () | |
getCheckoutEndpoint () | |
getRedirectQueryParameters () | |
getRedirectQueryParameters () | |
![]() | |
validateRedirect () | |
Protected Attributes | |
$liveCheckoutEndpoint = 'https://www.paypal.com/cgi-bin/webscr' | |
$testCheckoutEndpoint = 'https://www.sandbox.paypal.com/cgi-bin/webscr' | |
![]() | |
$data | |
$request | |
PayPal Express Authorize Response
Definition at line 10 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
|
protected |
Definition at line 54 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
References Omnipay\PayPal\Message\ExpressAuthorizeResponse\$liveCheckoutEndpoint, and Omnipay\Common\Message\AbstractResponse\getRequest().
Referenced by Omnipay\PayPal\Message\ExpressAuthorizeResponse\getRedirectUrl().
|
protected |
Definition at line 54 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
References Omnipay\PayPal\Message\ExpressAuthorizeResponse\$liveCheckoutEndpoint, and Omnipay\Common\Message\AbstractResponse\getRequest().
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectData | ( | ) |
Gets the redirect form data array, if the redirect method is POST.
Implements Omnipay\Common\Message\RedirectResponseInterface.
Definition at line 40 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectData | ( | ) |
Gets the redirect form data array, if the redirect method is POST.
Implements Omnipay\Common\Message\RedirectResponseInterface.
Definition at line 40 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectMethod | ( | ) |
Get the required redirect method (either GET or POST).
Implements Omnipay\Common\Message\RedirectResponseInterface.
Definition at line 35 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectMethod | ( | ) |
Get the required redirect method (either GET or POST).
Implements Omnipay\Common\Message\RedirectResponseInterface.
Definition at line 35 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
|
protected |
Reimplemented in Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse, and Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse.
Definition at line 45 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
References Omnipay\PayPal\Message\ExpressAuthorizeResponse\getTransactionReference().
|
protected |
Reimplemented in Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse, and Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse.
Definition at line 45 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
References Omnipay\PayPal\Message\ExpressAuthorizeResponse\getTransactionReference().
Referenced by Omnipay\PayPal\Message\ExpressAuthorizeResponse\getRedirectUrl().
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectUrl | ( | ) |
Gets the redirect target url.
Implements Omnipay\Common\Message\RedirectResponseInterface.
Definition at line 25 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
References Omnipay\PayPal\Message\ExpressAuthorizeResponse\getCheckoutEndpoint(), and Omnipay\PayPal\Message\ExpressAuthorizeResponse\getRedirectQueryParameters().
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getRedirectUrl | ( | ) |
Gets the redirect target url.
Implements Omnipay\Common\Message\RedirectResponseInterface.
Definition at line 25 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
References Omnipay\PayPal\Message\ExpressAuthorizeResponse\getCheckoutEndpoint(), and Omnipay\PayPal\Message\ExpressAuthorizeResponse\getRedirectQueryParameters().
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getTransactionReference | ( | ) |
Gateway Reference
Reimplemented from Omnipay\PayPal\Message\Response.
Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.
Definition at line 30 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Referenced by Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse\getRedirectQueryParameters(), and Omnipay\PayPal\Message\ExpressAuthorizeResponse\getRedirectQueryParameters().
Omnipay\PayPal\Message\ExpressAuthorizeResponse::getTransactionReference | ( | ) |
Gateway Reference
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.
Omnipay\PayPal\Message\ExpressAuthorizeResponse::isRedirect | ( | ) |
Does the response require a redirect?
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.
Definition at line 20 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Omnipay\PayPal\Message\ExpressAuthorizeResponse::isRedirect | ( | ) |
Does the response require a redirect?
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.
Definition at line 20 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Omnipay\PayPal\Message\ExpressAuthorizeResponse::isSuccessful | ( | ) |
Is the response successful?
Reimplemented from Omnipay\PayPal\Message\Response.
Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.
Definition at line 15 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Omnipay\PayPal\Message\ExpressAuthorizeResponse::isSuccessful | ( | ) |
Is the response successful?
Reimplemented from Omnipay\PayPal\Message\Response.
Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.
Definition at line 15 of file vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
|
protected |
Definition at line 12 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.
Referenced by Omnipay\PayPal\Message\ExpressAuthorizeResponse\getCheckoutEndpoint().
|
protected |
Definition at line 13 of file lib/vendor/omnipay/paypal/src/Message/ExpressAuthorizeResponse.php.