Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
getCheckoutEndpoint () | |
getCheckoutEndpoint () | |
getRedirectQueryParameters () | |
getRedirectQueryParameters () | |
![]() | |
validateRedirect () | |
![]() | |
$liveCheckoutEndpoint = 'https://www.paypal.com/cgi-bin/webscr' | |
$testCheckoutEndpoint = 'https://www.sandbox.paypal.com/cgi-bin/webscr' | |
![]() | |
$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().