|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct (RequestInterface $request, $data) | |
| __construct (RequestInterface $request, $data) | |
| getMessage () | |
| getMessage () | |
| getTransactionReference () | |
| getTransactionReference () | |
| isPending () | |
| isPending () | |
| isSuccessful () | |
| isSuccessful () | |
Public Member Functions inherited from Omnipay\Common\Message\AbstractResponse | |
| getCode () | |
| getCode () | |
| getData () | |
| getData () | |
| getRedirectData () | |
| getRedirectMethod () | |
| getRedirectResponse () | |
| getRedirectResponse () | |
| getRedirectUrl () | |
| getRequest () | |
| getRequest () | |
| getTransactionId () | |
| getTransactionId () | |
| isCancelled () | |
| isCancelled () | |
| isRedirect () | |
| isRedirect () | |
| isTransparentRedirect () | |
| isTransparentRedirect () | |
| redirect () | |
| redirect () | |
Additional Inherited Members | |
Protected Member Functions inherited from Omnipay\Common\Message\AbstractResponse | |
| validateRedirect () | |
Protected Attributes inherited from Omnipay\Common\Message\AbstractResponse | |
| $data | |
| $request | |
Definition at line 11 of file lib/vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::__construct | ( | RequestInterface | $request, |
| $data | |||
| ) |
Constructor
| RequestInterface | $request | the initiating request. |
| mixed | $data |
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\ExpressTransactionSearchResponse, and Omnipay\PayPal\Message\ExpressTransactionSearchResponse.
Definition at line 13 of file lib/vendor/omnipay/paypal/src/Message/Response.php.
References Omnipay\Common\Message\AbstractResponse\$data, and Omnipay\Common\Message\AbstractResponse\$request.
| Omnipay\PayPal\Message\Response::__construct | ( | RequestInterface | $request, |
| $data | |||
| ) |
Constructor
| RequestInterface | $request | the initiating request. |
| mixed | $data |
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\ExpressTransactionSearchResponse, and Omnipay\PayPal\Message\ExpressTransactionSearchResponse.
Definition at line 13 of file vendor/omnipay/paypal/src/Message/Response.php.
References Omnipay\Common\Message\AbstractResponse\$data, and Omnipay\Common\Message\AbstractResponse\$request.
| Omnipay\PayPal\Message\Response::getMessage | ( | ) |
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 42 of file lib/vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::getMessage | ( | ) |
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 42 of file vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::getTransactionReference | ( | ) |
Gateway Reference
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, Omnipay\PayPal\Message\ExpressAuthorizeResponse, and Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 30 of file lib/vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::getTransactionReference | ( | ) |
Gateway Reference
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, Omnipay\PayPal\Message\ExpressAuthorizeResponse, and Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 30 of file vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::isPending | ( | ) |
Is the response successful?
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 19 of file vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::isPending | ( | ) |
Is the response successful?
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 19 of file lib/vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::isSuccessful | ( | ) |
Is the response successful?
Implements Omnipay\Common\Message\ResponseInterface.
Reimplemented in Omnipay\PayPal\Message\ExpressAuthorizeResponse, Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, Omnipay\PayPal\Message\ExpressAuthorizeResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.
Definition at line 25 of file vendor/omnipay/paypal/src/Message/Response.php.
| Omnipay\PayPal\Message\Response::isSuccessful | ( | ) |
Is the response successful?
Implements Omnipay\Common\Message\ResponseInterface.
Reimplemented in Omnipay\PayPal\Message\ExpressAuthorizeResponse, Omnipay\PayPal\Message\ExpressCompletePurchaseResponse, Omnipay\PayPal\Message\ExpressAuthorizeResponse, and Omnipay\PayPal\Message\ExpressCompletePurchaseResponse.
Definition at line 25 of file lib/vendor/omnipay/paypal/src/Message/Response.php.
Referenced by Omnipay\PayPal\Message\ExpressTransactionSearchResponse\__construct().