|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Protected Member Functions inherited from Omnipay\PayPal\Message\ExpressAuthorizeResponse | |
| getCheckoutEndpoint () | |
| getCheckoutEndpoint () | |
| getRedirectQueryParameters () | |
| getRedirectQueryParameters () | |
Protected Member Functions inherited from Omnipay\Common\Message\AbstractResponse | |
| validateRedirect () | |
Protected Attributes inherited from Omnipay\PayPal\Message\ExpressAuthorizeResponse | |
| $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 | |
PayPal Express Complete Payment Response
Definition at line 8 of file lib/vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.
| Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::getTransactionReference | ( | ) |
The transaction reference obtained from the purchase() call can't be used to refund a purchase.
Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 36 of file lib/vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.
References Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isSuccessful().
| Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::getTransactionReference | ( | ) |
The transaction reference obtained from the purchase() call can't be used to refund a purchase.
Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 36 of file vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.
References Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isSuccessful().
| Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isRedirect | ( | ) |
The complete purchase response can be in error where it wants to have your customer return to paypal.
Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 26 of file vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.
| Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isRedirect | ( | ) |
The complete purchase response can be in error where it wants to have your customer return to paypal.
Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 26 of file lib/vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.
Referenced by Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isSuccessful().
| Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isSuccessful | ( | ) |
Is the response successful?
Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 15 of file vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.
References Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isRedirect().
| Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isSuccessful | ( | ) |
Is the response successful?
Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.
Definition at line 15 of file lib/vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.
References Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isRedirect().
Referenced by Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\getTransactionReference().